another simple cms
information
This site runs a simple singleuser cms.
You can download it here:
cms_2010.06.12.tgz
dependencies
- Python 2.5/2.6
- Pylons (1.0+), SQLAlchemy (0.6.1+), Mako (python packages, use easy_install or your system's package manager
- A SQL server and the appropriate python package.
quick start
- Unpack files
- Modify development.ini
- run "paster setup-app development.ini" to setup the database
- run "paster serve development.ini --reload" to start the development server.
- open http://localhost:5000 and press CTRL+L to open the login window
Further deployment methods (e.g. using apache) are located at pylonshq.com