Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

  • No labels