Skip to content

AdamHibberd/OITS_UI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.3%
  • CSS 36.0%
  • Python 15.6%
  • HTML 2.1%