Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 395 Bytes

readme.md

File metadata and controls

23 lines (12 loc) · 395 Bytes

Issapp for YRS2012 - Plymouth and yrsiDAT

To run:

  • Clone this repo:

'git clone https://github.com/yrsIDAT/issapp.git'

  • Go to the 'web/' folder

  • Start the virtual environment

'. ../bin/activate'

  • Install the requirements (this might take a long time)

'pip install -r requirements.txt'

  • Run the server

'python manage.py runserver 0:8000'

  • Visit localhost:8000 or ip.add.ress:8000