Moe ¶
Moe is a collection of small App Engine apps made for tipfy.org website. Yeah, the name is Moe.
Currently Moe has 2 apps:
The project is still not very well documented and no release was announced, but it is usable. tipfy.org runs the same version that we have in the repository.
License¶
Moe is licensed under the New BSD License.
Source code¶
Moe is available at http://code.google.com/p/moe/
Installation¶
- Download Moe and unzip it.
- Access
moe/projectand run the bootstrap script:$ python2.5 bootstrap.py --distribute
- Run the buildout tool to download all libraries:
$ bin/buildout
- Start the development server (will run the
/appdirectory by default):$ bin/dev_appserver
- Try your shiny little Moe in a browser:
http://localhost:8080/
Deployment¶
- Register an application on Google App Engine.
- Open
project/app/app.yamland set the application value to the application id you registered:application: my-app
- Open
project/app/config.pyand set the session secret key and your site name and other info:config['tipfy.ext.session'] = { 'secret_key': 'my secret key', } config['moe'] = { 'sitename': 'My Moe Site', 'admin_email': 'me@my_moe_site.com', 'analytics_code': None, 'use_subdomain': False, }
- Upload your app! Just run:
$ bin/appcfg update app
- Try your shiny little Moe online:
http://my-app.appspot.com
Contribute¶
There are several ways to contribute to Moe:
- Report a bug or submit a feature request to the issue tracker.
- Submit a patch or new code! We love patches and new code.
- Translate it to other languages! Moe is 100% translatable. Base translation file is here.
- Discuss new features in the mailing list.
- Version: latest
- Edited by moraes on 11/27/10 8:48 AM
- Save on Delicious | Submit to Reddit
- History
- Edit
