Fork me on GitHub

Installation

Requirements

Installation using virtualenv

It’s recommended to install Kotti inside a virtualenv:

virtualenv mysite --no-site-packages
cd mysite
bin/pip install Kotti==0.7.2 -r https://raw.github.com/Pylons/Kotti/0.7.2/requirements.txt

Kotti uses Paste Deploy for configuration and deployment. An example configuration file is included with Kotti’s source distribution. Download it:

wget https://github.com/Pylons/Kotti/raw/master/app.ini

Finally, to run Kotti:

bin/pserve app.ini

Table Of Contents

Previous topic

Kotti: Web Application Framework and CMS

Next topic

Configuration