Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 758 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 758 Bytes

OITS_UI

Requirements

  • Python3
  • Pip (for python 3)
  • VirtualenvWrapper

Installation

Clone the repository, and change directory into the cloned repository.

Create a virtual env using python 3

mkvirtualenv OITS_UI --python=/usr/bin/python3.6

Install the Python requirements from the requirements.txt

pip install -r requirements.txt

Copy 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 migrate

Run the web app

python manage.py runserver

Run the OITS runner in a separate thread

python manage.py oits_runner