- Download and unarchive on the project root
- Run
pip install -t lib -r requirement.txt - Run
bower install - Copy
app.yaml.templatetoapp.yaml. - Get Github Client Key from here.
- Homepage URL must be set correctly. If you're just testing on your local, use
http://127.0.0.1:8080. - 'Authorization callback URL' must be
(host)/#!/auth/github. Just likehttp://127.0.0.1:8080/#!/auth/github
- Homepage URL must be set correctly. If you're just testing on your local, use
- Set your application ID on GAE and Github API keys from above step in
app.yaml - Run
dev_appserver.py . - Visit
(host)/initon your browser and log in as Administrator.
- Run
dev_appserver.py .on the project root. - Visit one of the URLs below on your browser:
http://127.0.0.1:8080: Clienthttps://127.0.0.1/api/ui: API Client.https://127.0.0.1:8000: Admin console
- Run
appcfg.py update .on the project root. - Visit one of the URLs below on your browser:
http://(your-project-id).appspot.com: Clienthttp://(your-project-id).appspot.com/api/ui: API Client.https://console.developer.google.com: Admin console