- Clone this repository
- Install Python 3.5
- Copy
website/settings.py.example
towebsite/settings.py
- Enter
bash setup.sh
- Check out localhost:8000 on your favorite browser
- Check out localhost:8000/workflow
- 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
- Install Solr 4.10.2 and run it (if you want to test the search functionality)