--- 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
=======