This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 7ba5452b9cc3787cc5f546303ffa44422778c0e5
tree 12511e133a2a6de4bc2e9cb4fd818af93ef8741d
parent 047c4b1640a854276bb5f78639b6d50910590b53
tree 12511e133a2a6de4bc2e9cb4fd818af93ef8741d
parent 047c4b1640a854276bb5f78639b6d50910590b53
tweetapp /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.txt | Sat Feb 14 15:38:41 -0800 2009 | |
| |
run.sh | Fri Feb 13 04:30:33 -0800 2009 | |
| |
source/ | ||
| |
update.sh | Fri Feb 13 04:30:33 -0800 2009 |
README.txt
======== TweetApp ======== A framework for creating Twitter apps on Google App Engine. To start developing with TweetApp, grab the code:: $ git clone git://github.com/tav/tweetapp.git Unzip the latest App Engine SDK as ``google_appengine`` inside the directory:: $ cd tweetapp $ curl -O http://googleappengine.googlecode.com/files/google_appengine_1.1.9.zip $ unzip google_appengine_1.1.9.zip $ rm google_appengine_1.1.9.zip Copy over the ``.in`` files and edit them to suit your app:: $ cp source/app.yaml.in source/app.yaml $ cp source/config.py.in source/config.py $ cp source/main.py.in source/main.py You define services in ``main.py`` which is imported by ``root.py`` on startup. Test your app locally by running the dev_appserver, run.sh provides a wrapper:: $ ./run.sh You can pass additional parameters to it, e.g.:: $ ./run.sh --port=8001 --require_indexes $ ./run.sh --help And, once you are happy with the app, deploy it using:: $ ./update.sh








