From 3ecd2028df12300bd00616147f8803edd56bf8fb Mon Sep 17 00:00:00 2001 From: yvesf Date: Thu, 24 Feb 2011 22:41:27 +0100 Subject: cleanup --- devel/hacking.html | 116 ------------------------------------------------- devel/install.html | 125 ----------------------------------------------------- 2 files changed, 241 deletions(-) delete mode 100644 devel/hacking.html delete mode 100644 devel/install.html (limited to 'devel') diff --git a/devel/hacking.html b/devel/hacking.html deleted file mode 100644 index f405971..0000000 --- a/devel/hacking.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - DHBW Calendar - - Hacking DHBW Calendar - - - - - - - - - - -
- -
-
-
- - -

Hacking Documentation

-

tbd

-
- - -
-
-
-
-
- - - diff --git a/devel/install.html b/devel/install.html deleted file mode 100644 index 9be8690..0000000 --- a/devel/install.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - 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