add tidy as a dependency and tips for prod install
authorraph
Thu, 11 Mar 2010 16:19:32 +0100
changeset 212 911227a3a9bb
parent 211 b20e65234803
child 213 7b9f340101d0
add tidy as a dependency and tips for prod install
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
 =======