_ Prerequisite
- Ubuntu Server installation (You can refer [[HowToUse/UbuntuServer/14.04/]])
- Google App Engine SDK installation (You can refer [[HowToUse/Python/2.7GoogleAppEngine/1.9/]])
_ Install&Setup
- Step.1
- Get source code.
$ git clone <Hacker Dojo project>
(Example)
$ git clone https://github.com/hackerdojo/hd-events
- Step.2
- Test in local environment.
$ dev_appserver.py .
- Step.3
- Create new project on the console of Google App Engine, and determine the unique name for the application.
- Step.4
- Update the application name in app.yaml determined in Step.3.
- Step.5
- Deploy the application.
$ appcfg.py update .
_ HowToUse
TBD
_ Author
S.Yatsuzuka