Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Howto install Genghis on Windows

powolnymarcel edited this page Jun 22, 2015 · 3 revisions
  1. Install Ruby 2, x64
    inside a directory without spaces (e.g. not Program Files)

  2. Install Ruby DevKit, instructions here
    inside a directory without spaces (e.g. not Program Files)

  3. Install Genghis and extra dependencies:

    gem install genghis
    gem install windows-pr
    gem install win32-process
  4. Run Genghis:

    genghisapp
    
  5. Open http://localhost:5678/ if it's not opened automatically.

Clone this wiki locally