annotate README @ 389:576ad6f7af61

Added README containing information how to build the war-file and javadoc.
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 11 Nov 2013 11:31:06 +0100
parents
children dfe537458afb
rev   line source
389
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
1 Lada-Server
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
2 ===========
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
3
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
4 Installation
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
5 ------------
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
6 Zur Installation der Lada-Anwendung müssen folgende Schritte unternommen werden:
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
7
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
8 mvn clean compile package
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
9 cd /opt/jboss-as-7.1.1.Final/standalone/deployments
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
10 cp /path/where/the/war/file/is/lada.war .
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
11 touch lada.war.dodeploy
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
12
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
13 Zum Aktualisieren der Anwendung genügt es, wenn die lada.war Datei aktualisiert
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
14 wird.
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
15
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
16 Die Anwendung ist dann unter dem Pfad "/lada" (abhängig vom Archivnamen)
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
17 erreichbar.
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
18
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
19 Dokumenation
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
20 ------------
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
21 Die Entwicklerdokumentation (Javadoc) kann mit dem folgenden Befehl im
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
22 Verzeichnis der Serveranwendung erzeugt werden:
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
23
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
24 mvn javadoc:javadoc
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
25
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
26 Der Ordner 'target' enthält dann die Dokumentation im HTML-Format in dem
576ad6f7af61 Added README containing information how to build the war-file and javadoc.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
27 Verzeichnis 'site/apidocs'.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)