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

yrsIDAT/issapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

68dc7af · Aug 9, 2012

History

28 Commits
Aug 6, 2012
Aug 6, 2012
Aug 6, 2012
Aug 6, 2012
Aug 6, 2012
Aug 9, 2012
Aug 7, 2012
Aug 6, 2012

Repository files navigation

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