- Python3
- Pip (for python 3)
- VirtualenvWrapper
Clone the repository, and change directory into the cloned repository.
Create a virtual env using python 3
mkvirtualenv OITS_UI --python=/usr/bin/python3.6Install the Python requirements from the requirements.txt
pip install -r requirements.txtCopy OITS_UI\config.py-example to OITS_UI\config.py
And edit OITS_UI\config.py to suit your own server settings
Makes sure that the folders in the config.py exist on your computer
Create the database
python manage.py migrateRun the web app
python manage.py runserverRun the OITS runner in a separate thread
python manage.py oits_runner