[Lada-commits] [PATCH 2 of 3] Added hints on installation

Wald Commits scm-commit at wald.intevation.org
Thu Jan 16 17:41:32 CET 2014


# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1389710728 -3600
# Node ID dd2b468dc1c2dfdfb3ff873d382e2cd8fad0d085
# Parent  4d8819844c48205bf3af0210bb185b7381e7a154
Added hints on installation

diff -r 4d8819844c48 -r dd2b468dc1c2 README
--- a/README	Tue Jan 14 15:41:39 2014 +0100
+++ b/README	Tue Jan 14 15:45:28 2014 +0100
@@ -121,18 +121,12 @@
 
 Einrichtung der Anwendung
 `````````````````````````
-Zunächst hinterlegen wir die Anwendung in dem Server.
+Zunächst hinterlegen wir die Anwendung in dem Server. Hierzu verwenden wir die
+gebaute Version, welche sich im "build" Ordner befindet (Siehe Build).
 
 cd /var/www/html
-hg clone https://scm.wald.intevation.org/hg/lada/lada-client/ lada
-cd lada
-git clone https://github.com/elmasse/Ext.i18n.Bundle.git
-curl -O http://cdn.sencha.com/ext/gpl/ext-4.2.0-gpl.zip
-unzip ext-4.2.0-gpl.zip
-ln -s ext-4.2.0.663 extjs
-rm ext-4.2.0-gpl.zip
-cd extjs/src
-ln -s ../../Ext.i18n.Bundle/i18n i18n
+mkdir lada
+cp build/* lada
 
 # Wichtig um SELinux dazu zu überreden das neue Verzeichnis auch zu
 # servieren:


More information about the Lada-commits mailing list