Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 745 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 745 Bytes

ttwr

Build Status

This is the django app that runs the Theater That Was Rome project website.

Install and Run

  • mkdir rome_project
  • cd rome_project
  • python3 -m venv env
  • set environment variables in env/bin/activate and env/bin/activate_this.py
  • git clone [email protected]:Brown-University-Library/ttwr.git (use https://github.com/Brown-University-Library/ttwr.git if you're not using SSH key)
  • source env/bin/activate
  • pip install --upgrade pip
  • pip install -r ttwr/requirements.txt
  • python run_tests.py
  • python manage.py migrate
  • python manage.py collectstatic
  • python manage.py runserver