Skip to content

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

About

Django client for API demonstration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 33.4%
  • CSS 24.9%
  • HTML 24.0%
  • Python 17.3%
  • Shell 0.4%