hy/eg/appengine/README.md
2013-10-31 11:56:48 -07:00

24 lines
354 B
Markdown

App Engine skeleton for hylang
==============================
# Demo
[proppy-hy.appspot.com](https://proppy-hy.appspot.com)
[proppy-hy.appspot.com/paultag](https://proppy-hy.appspot.com/paultag)
# Setup
```
pip install -r requirements.txt -t env
```
# Run locally
```
dev_appserver.py .
```
# Deploy
```
appcfg.py -a ${APPID} --oauth2 update .
```