-
Notifications
You must be signed in to change notification settings - Fork 10
GettingStarted
gertmath edited this page Dec 4, 2016
·
10 revisions
- Install OpenGrid, follow all the steps, except "Forget installation, use docker": https://github.com/opengridcc/opengrid/wiki/GettingStarted
- Use the requirements.txt from the website to install the dependencies: https://github.com/opengridcc/opengrid/wiki/GettingStarted#installing-dependencies
- Setting up opengrid.cfg and obtaining data: https://github.com/opengridcc/opengrid/wiki/GettingStarted#obtaining-the-data
- Open a new terminal, cd to your local copy of the website and run the local server with:
python website.py
- Open your favourite browser and go to http://localhost:5000 or http://127.0.0.1:5000
- Be totally amazed with what you see!