Mercurial > dive4elements > river
comparison doc/INSTALL_DE @ 7785:b1dfc7934e9d
INSTALL_DE: we don't want links to internalt sites and to build WSPLGEN
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 05 Mar 2014 17:51:23 +0100 |
parents | 9cefe1ab5b10 |
children | 61a9e7df0728 |
comparison
equal
deleted
inserted
replaced
7784:9cefe1ab5b10 | 7785:b1dfc7934e9d |
---|---|
69 Pakete zum Bauen von D4E-river | 69 Pakete zum Bauen von D4E-river |
70 ------------------------------ | 70 ------------------------------ |
71 $ apt-get install maven2 mercurial | 71 $ apt-get install maven2 mercurial |
72 | 72 |
73 | 73 |
74 Pakete zum Bauen von WSPLGEN | 74 Installation der Intevationszertifikate für den Checkout von Wald |
75 ---------------------------- | 75 ----------------------------------------------------------------- |
76 $ apt-get install subversion build-essential | 76 Installation der Serverzertifikate von Intevation |
77 | 77 (siehe auch https://ssl.intevation.de) |
78 | |
79 Installation der Intevationszertifikate für den Checkout von Wald. | |
80 ------------------------------------------------------------------ | |
81 Die Serverzertifikate von Intevation müssen für die Kommunikation mit | |
82 wald.intevation.org installiert werden, da sonst ein checkout der | |
83 hg-Repositories nicht möglich ist. | |
84 Siehe auch Anleitung im Intranet: | |
85 https://intranet.intevation.de/SSL-Zertifikate#system | |
86 | 78 |
87 $ apt-get install ca-certificates curl gnutls-bin | 79 $ apt-get install ca-certificates curl gnutls-bin |
88 $ curl https://ssl.intevation.de/Intevation-Root-CA-2010.crt | \ | 80 $ curl https://ssl.intevation.de/Intevation-Root-CA-2010.crt | \ |
89 certtool -i | awk '/^-----BEGIN CERTIFICATE-----$/ , 0' > \ | 81 certtool -i | awk '/^-----BEGIN CERTIFICATE-----$/ , 0' > \ |
90 /usr/local/share/ca-certificates/Intevation-Root-CA-2010.crt | 82 /usr/local/share/ca-certificates/Intevation-Root-CA-2010.crt |
240 $ cp /home/d4euser/d4e-river/dgm/* /opt/d4e-river/dgm | 232 $ cp /home/d4euser/d4e-river/dgm/* /opt/d4e-river/dgm |
241 | 233 |
242 | 234 |
243 Einrichten von WSPLGEN | 235 Einrichten von WSPLGEN |
244 ====================== | 236 ====================== |
245 | |
246 Bauen von WSPLGEN aus den Quellen | |
247 --------------------------------- | |
248 Die Quellen und die Dokumentation von WSPLGEN sind zu finden unter | |
249 | |
250 https://wald.intevation.org/projects/wsplgen/ | |
251 | |
252 Das nach der Anleitung erstellte Binary muss in das 'bin' Verzeichnis des | |
253 D4E-river Servers kopiert werden. | |
254 | |
255 $ su root | |
256 $ su d4e | |
257 $ cp /path/to/wsplgen.exe /opt/d4e-river/bin | |
258 | |
259 | |
260 WSPLGEN Binary | |
261 -------------- | |
262 WSPLGEN kann als ausführbare Datei heruntergeladen werden | 237 WSPLGEN kann als ausführbare Datei heruntergeladen werden |
263 (https://wald.intevation.org/projects/wsplgen/). Die Datei 'wsplgen.exe' muss | 238 (https://wald.intevation.org/projects/wsplgen/). Die Datei 'wsplgen.exe' muss |
264 dann nur noch in das 'bin' Verzeichnis des D4E-river Servers kopiert werden. | 239 dann nur noch in das 'bin' Verzeichnis des D4E-river Servers kopiert werden. |
265 | 240 |
266 $ su root | 241 $ su root |