Skip to content
/ bluebell Public

Django client for API demonstration

Notifications You must be signed in to change notification settings

pbs/bluebell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bluebell

Django client for API demonstration. Uses the PBS APIs

Setup

Checkout application from git

git clone [email protected]:pbs/bluebell.git

Setup and start Vagrant environment

cd bluebell/dev
vagrant up
vagrant ssh

One more bit of config

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>'

Run Dev environment

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 http:https://127.0.0.1:8000/ to access bluebell