Neuen Server aufsetzen: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
imported>Mkurz |
imported>Mkurz Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
== Tools == | |||
Copy the server-tools from our repository to the server e.g. to 'root/tools' | |||
== Apache2 == | == Apache2 == | ||
<pre> | <pre> | ||
Version vom 3. Oktober 2018, 09:28 Uhr
Tools
Copy the server-tools from our repository to the server e.g. to 'root/tools'
Apache2
apt-get install apache2
Tomcat
apt-get install tomcat8 apt-get install openjdk-8-jdk
- Create a folder 'apemap' within '/var/lib/tomcat8/webapps'
- Create a link to this folder from /var/apemap
ln -s /var/lib/tomcat8/webapps/apemap/ /var/apemap