Skip to content

JustinWingChungHui/OITS_UI

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages