Skip to content
gertmath edited this page Mar 29, 2016 · 10 revisions

Installation for running website locally

  1. Install OpenGrid, follow all the steps, except "Forget installation, use docker": https://github.com/opengridcc/opengrid/wiki/GettingStarted
  2. Open a new terminal, cd to your local copy of the website and run the local server with:
python website.py
  1. Open your favourite browser and go to http://localhost:5000 or http://127.0.0.1:5000
  2. Be totally amazed with what you see!
Clone this wiki locally