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 (
Benjamin Golub (author)
Tue Aug 25 17:20:53 -0700 2009
commit 8afc3af05e74bf6e48e5dc431d5af55ec0b436aa
tree 82aec0949fbabfeee18847d886be7352ec9882f3
parent 59782c52020d91ff58c310596e859594ad79d551
tree 82aec0949fbabfeee18847d886be7352ec9882f3
parent 59782c52020d91ff58c310596e859594ad79d551
blog /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Mar 03 06:18:37 -0800 2009 | |
| |
BeautifulSoup.py | Thu Nov 27 21:33:49 -0800 2008 | |
| |
LICENSE | Tue Feb 10 05:26:34 -0800 2009 | |
| |
README | Mon Nov 10 17:51:00 -0800 2008 | |
| |
app.yaml.sample | ||
| |
demjson.py | Sat Feb 14 08:19:17 -0800 2009 | |
| |
filters.py | Tue Nov 25 09:20:06 -0800 2008 | |
| |
index.yaml | Mon Nov 10 19:40:44 -0800 2008 | |
| |
main.py | ||
| |
settings.py.sample | Tue Mar 03 06:18:37 -0800 2009 | |
| |
static/ | ||
| |
templates/ |
README
Source: http://github.com/bgolub/blog/tree/master How to Deploy: 1) Get a Google App Engine account at http://appengine.google.com 2) Create a new application. Note your application identifier. 3) Edit the included app.yaml.sample: i) Change the text APPLICATION_IDENTIFIER to the application identifier created in step 2. ii) Rename it to app.yaml 4) Edit the included settings.py.sample: i) Variables are self explanatory. ii) Rename it to settings.py 5) Edit base.html to make it your own (optional). 6) Deploy! i) Via command line: Move to the directory containing app.yaml and do "appcfg.py update ." ii) Via GoogleAppEngineLauncher (for Mac): Drag the directory onto the window, click on the app, hit deploy! 7) Start blogging by visiting http://your_blog_url/new i) That will prompt you for your Google Account. Login with the same one you use to login to http://appengine.google.com. Only that account can add/edit/delete posts. 8) Let me know that you're using it :) bgolub@benjamingolub.com








