Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 698 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 698 Bytes

Declarations system ID study association

Backend

To set up the backend:

  1. Run virtualenv venv
  2. Activate the virtualenv: . venv/bin/activate (Windows: venv\scripts\activate)
  3. Run pip install -r ./requirements.txt to install all depencencies

To run it: python run.py

Frontend

To set up the frontend (angular + backbone and more, node and npm are assumed to be installed already)

  1. Change to directory frontend: cd frontend
  2. Install gulp: npm install -g gulp (run with sudo if there are permission problems)
  3. Install all dependencies npm install and get yourself some coffee, this’ll take way too long because npm :(
  4. ...
  5. profit?