From 578fa1d8b873a15f5b96baaed426849f92e544a2 Mon Sep 17 00:00:00 2001 From: yvesf Date: Thu, 24 Feb 2011 15:50:34 +0100 Subject: push site --- devel/hacking.html | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++ devel/install.html | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 243 insertions(+) create mode 100644 devel/hacking.html create mode 100644 devel/install.html (limited to 'devel') diff --git a/devel/hacking.html b/devel/hacking.html new file mode 100644 index 0000000..a7cc8de --- /dev/null +++ b/devel/hacking.html @@ -0,0 +1,118 @@ + + + + + + DHBW Calendar - + Hacking DHBW Calendar + + + + + + + + + + +
+ +
+
+
+ + +

Hacking DHBW Calendar

+

+ tbd +

+
+ + +
+
+
+
+
+ + + diff --git a/devel/install.html b/devel/install.html new file mode 100644 index 0000000..9be8690 --- /dev/null +++ b/devel/install.html @@ -0,0 +1,125 @@ + + + + + + DHBW Calendar - + Installation Guide + + + + + + + + + + +
+ +
+
+
+ + +

Installation Guide

+

Mit Embedded Servlet Container

+
mvn jetty:run
+

Standardmäßig lauscht jetty nun auf Port 8080 link

+
+

Mit .war File

+

Mit .war-File für Servlet Container

+
mvn package
+cp
+target/dhbwcalendar.war $WEB
+
+
+ + +
+
+
+
+
+ + + -- cgit v1.2.1