zinebuildout is a Python module that allows you to deploy the Zine blog engine with paste in a buildout.
Installation:
This package allows you to install Zine and its dependencies in a sandbox with buildout, then serve it with any WSGI server while using the Paste facilities for WSGI stack configuration.
Install Zine:
Download and extract the zinebuildout archive from PyPI, (or clone it with: hg clone https://cody.gorfou.fr/hg/zinebuildout ) then run:
$ python bootstrap.py
$ ./bin/buildout
Configure Zine:
Then create an empty dir for your instance and edit "deploy.ini" to change the instance_folder, host and port.
Start Zine:
$ ./bin/paster serve deploy.ini
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· upgraded minor versions
· added a missing tweets.html template