[Mpuls-commits] r1271 - wasko/branches/2.0

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Feb 5 14:31:08 CET 2010


Author: torsten
Date: 2010-02-05 14:31:07 +0100 (Fri, 05 Feb 2010)
New Revision: 1271

Added:
   wasko/branches/2.0/INSTALL
Log:
* INSTALL: Added notes how to INSTALL the appliction as WASKO instance


Added: wasko/branches/2.0/INSTALL
===================================================================
--- wasko/branches/2.0/INSTALL	2010-02-05 11:39:12 UTC (rev 1270)
+++ wasko/branches/2.0/INSTALL	2010-02-05 13:31:07 UTC (rev 1271)
@@ -0,0 +1,65 @@
+INSTALL (Debian Lenny)
+======================
+1. Requirements
+
+	pylons
+	------
+	apt-get install python-pylons 
+	(>= 0.9.7, can be found in lenny backports) 
+	apt-get install python-psycopg2
+	apt-get install python-pybabel
+
+	libformed
+	---------
+	wget \
+	http://wald.intevation.org/frs/download.php/710/libformed_0.1.tar.gz
+	tar xzvf libformed.tar.gz
+	cd libformed
+	python setup.py install
+
+	libmpuls
+	--------
+	wget \
+	http://wald.intevation.org/frs/download.php/705/libmpuls_0.4.4.tar.gz
+	tar xzvf libmpuls_0.4.4.tar.gz
+	cd libmpuls_0.4.4
+	python setup.py install
+
+	mpuls
+	-----
+	svn checkout \
+	https://svn.wald.intevation.org/svn/mpuls/wasko/branches/2.0 mpulsweb
+
+2. Installation
+	
+	cd mpulsweb
+	cp development.ini wasko.ini
+	# Configure wasko.ini for for needs. See details below
+	paster serve wasko.ini
+	
+	-> Server is up and running. :)
+
+
+CONFIGURATION
+=============
+
+WASKO
+-----
+1. In the ini file:
+
+	mpuls.app.name="WASKO" <- Choose whatever you want
+	mpuls.app.config=%(here)s/wasko.json
+	mpuls.app.instance=waskaweb
+	mpuls.app.indexcontroller=waska
+
+	* Setup database connection!
+
+2. Temporary workaround to make i18n work
+
+	cd mpulsweb
+	ln -s ../waskaweb/i18n .
+	cd ..
+	python setup.py compile_catalog
+
+3. Currently there are no more modifications needed. wasko.json already is
+ready to run.



More information about the Mpuls-commits mailing list