Skip to content

thestudentlife/thestudentlife

Repository files navigation

The TSL Website

Code Climate Build Status

Configuration

  • Clone this repository
  • Install Python 3.5
  • Copy website/settings.py.example to website/settings.py
  • Enter bash setup.sh
  • Check out localhost:8000 on your favorite browser
  • Check out localhost:8000/workflow

Sever Maintenance (Pushing Changes)

  • SSH into Peninsula
  • Switch to user tsl: sudo -u tsl -i
  • Change your directory to the tsl repository: cd thestudentlife
  • Pull in changes from upstream: git pull origin master
  • Reload gunicorn: cd ../bin; bash gunicorn.sh reload

Optional Configuration Items

  • Install Solr 4.10.2 and run it (if you want to test the search functionality)