Django client for API demonstration. Uses the PBS APIs
git clone [email protected]:pbs/bluebell.git
cd bluebell/dev
vagrant up
vagrant ssh
pip install -r requirements.txt
Create a local settings file
vim vim bluebell/settings_local.py
Edit file to have
TVSS_KEY = '<your key here>'
Make sure your vagrant is running if you haven't already by using vagrant up
Then ssh into the vagrant box by using vagrant ssh
Start the dev server by using: python manage.py runserver 0:8000
On your host system you should be able to use https://127.0.0.1:8000/ to access bluebell