# HG changeset patch # User raph # Date 1268320772 -3600 # Node ID 911227a3a9bb28effcea3d0e678b1b9f4bdbfe17 # Parent b20e652348032894444c3d7549b2b14a378fe110 add tidy as a dependency and tips for prod install diff -r b20e65234803 -r 911227a3a9bb README.txt --- a/README.txt Thu Mar 11 16:14:44 2010 +0100 +++ b/README.txt Thu Mar 11 16:19:32 2010 +0100 @@ -42,7 +42,7 @@ Installation (development install) ============ 1. Install python2.5+ and all required libraries - (ubuntu users : 'sudo apt-get install python python-magic python-setuptools python-uno libyaml-0-1 python-dev git-core') + (ubuntu users : 'sudo apt-get install python python-magic python-setuptools python-uno libyaml-0-1 python-dev git-core python-utidylib') 2. Install pandoc (ubuntu users : 'sudo apt-get install pandoc') 3. Install openoffice (headless mode) [used for document conversion] @@ -83,7 +83,10 @@ Installation (production environment) ============= -If you'd like to install Comt on a production environment, check out django installation guide at http://www.djangoproject.com/documentation/modpython/ +This README.txt does not cover in details a production environment because this kind of setup is too platform dependant for us to provide a guide. +A few tips thought: +- recommended way to install it is using apache and wsgi, check out django installation guide at http://www.djangoproject.com/documentation/modpython/ +- if you use apache as a frontend, you will need to create {{ APACHE_HOME: usually /var/www }}/.python-eggs and chown it to apache Upgrade =======