SimpleSite 0.3.0
A simple website application written as a demonstration of Pylons for the Definitive Guide to Pylons
A simple website application allowing WYSIWYG editing, sections and subsections and full navigation widgets. The idea is that the application can form a starting point for your own website projects.
Installation
First install Easy Install if you don't have it already by downloading ez_setup.py from http://peak.telecommunity.com/dist/ez_setup.py and installing it like this:
python ez_setup.py
Install SimpleSite like this specifying either MySQL, SQLite or PostgreSQL as the word within the square brackets depending on the database you intend to use:
easy_install SimpleSite["MySQL"] paster make-config simplesite.ini
Configure the application by editing simplesite.ini to specify a database to use using the format described at http://www.sqlalchemy.org/docs/05/dbengine.html#dbengine_supported
paster setup-app simplesite.ini paster serve simplesite.ini
The running application will now be available at http://localhost/
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| SimpleSite-0.3.0-py2.5.egg (md5) | Python Egg | 2.5 | 2008-11-10 | 169KB | 981 |
| SimpleSite-0.3.0.tar.gz (md5) | Source | 2008-11-10 | 116KB | 1193 | |
- Author: James Gardner
- Home Page: http://pylonsbook.com
- Keywords: pylons simple site book example
- License: BSD, see the simplesite/public/yui/2.6.0/LICENSE.txt file for details.
- Package Index Owner: thejimmyg
- DOAP record: SimpleSite-0.3.0.xml
