https://github.com/bradfitz/brackup-gae-server
Brackup server for Google App Engine
https://github.com/bradfitz/brackup-gae-server
Last synced: about 1 year ago
JSON representation
Brackup server for Google App Engine
- Host: GitHub
- URL: https://github.com/bradfitz/brackup-gae-server
- Owner: bradfitz
- Created: 2009-12-16T02:04:48.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-09-14T14:53:05.000Z (almost 16 years ago)
- Last Synced: 2025-03-25T08:42:52.810Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 92.8 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This is an AppEngine server to hold Brackup blobs on Google's infrastructure.
************************************************************
** WARNING: in-development! as of 2009-12-15. **
** **
** email brad@danga.com if you want to help, but it **
** it should be done soon, I hope. **
************************************************************
I assume first that you're familiar with Brackup:
http://code.google.com/p/brackup/
To install and use:
* Fetch the AppEngine 1.3.0+ SDK from:
http://code.google.com/appengine/downloads.html
* Go to http://appspot.com/ to make an AppID ("bob-brackup").
* modify this project's app.yaml to match your newly-created AppID
* Run:
$APPENGINE_SDK/appcfg.py update $BRACKUP_GAE_SERVER_DIR
* Now, go to https://.appspot.com/ and login and set your
upload password. (the app will prompt you to do that.)
* Now, configure your ~/.brackup.conf [target] section with your
email, password, and server's URL. For docs, run:
perldoc Brackup::Target::GoogleAppEngine
* Enjoy!
This comes with no warranty of any kind. I trust you've audited the code.