„Webapp_Installation“ ändern
parent
8331c6a048
commit
bb7d870db8
|
@ -1,4 +1,18 @@
|
|||
`sudo apt install unzip`
|
||||
|
||||
Download package including the WAR file:
|
||||
Download package including the WAR file: \
|
||||
`wget https://github.com/52North/SOS/releases/download/v5.4.0/52n-sensorweb-sos-5.4.0.zip`
|
||||
|
||||
```
|
||||
unzip 52n-sensorweb-sos-5.4.0.zip
|
||||
sudo mv 52n-sensorweb-sos-5.4.0/bin/target/52n-sos-webapp.war /opt/tomcat/webapps/
|
||||
sudo systemctl restart tomcat.service
|
||||
```
|
||||
## Web-Installation via Web-Backend vollenden:
|
||||
open in browser:\
|
||||
http://localhost:8080/52n-sos-webapp/
|
||||
|
||||
|
||||
|
||||
Installations-Wizard Schritt für Schritt folgen:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user