Steps taken for migrating badgr from v1 to v2.
Step 1) Clone the latest version from github.
$ git clone https://github.com/concentricsky/badgr-server.git
Step 2) Create virtaulenv from the badgr directory by command.
$ virtualenv env
Step 3) Once virtualenv is created, activate it.
$ source env/bin/activate
Step 4) Start the badgr server from code directory.
$ cd code
$ ./manage.py migrate //This step assumes that your postgres is up and running and details are updated in settings.py file
$ ./manage.py runserver
Step 5) Open the localhost:8000 in browser to check if badgr server started successfully.
localhost:8000/staff and create one staff