-
Clone and change directory into the repository
-
Run
python -m pip install -r requirements.txt
-
Export required environment variables
IP_ADDR
(ip address to host on, either 127.0.0.1 or the ip address of your computer in your local network) andWOLFRAM_API_KEY
. -
Change directory into
orange
-
Create database using
python manage.py migrate --run-syncdb
-
Run server at given IP ADDRESS
python manage.py runserver $IP_ADDR:8000