Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 650 Bytes

ReadMe.md

File metadata and controls

19 lines (12 loc) · 650 Bytes

Project Octopus

To find out more about Project Octopus, start with the Documentations folder. The Website folder contains the public-facing information. This folder contains the code for working versions of parts of the site. All help creating working versions of the site are very welcome. If you'd like to contribute, please contact [email protected]

Installation instructions

Create a virtualenv and then:

git clone https://github.com/octopus-hypothesis/octopus.git
pip install -r requirements.txt
python manage.py migrate
./manage.py loaddata db_export.json
python manage.py runserver

Navigate to 127.0.0.1:8000