diff --git a/Webapp_Installation.md b/Webapp_Installation.md index 2acf5e3..79f17cf 100644 --- a/Webapp_Installation.md +++ b/Webapp_Installation.md @@ -12,13 +12,18 @@ sudo systemctl restart tomcat.service open in browser:\ http://localhost:8080/52n-sos-webapp/ - +![image alt text](images/landing_page.png "landing page") Installations-Wizard starten und Schritt für Schritt folgen: -1. http://localhost:8080/52n-sos-webapp/install/index -> 'start' drücken +1. http://localhost:8080/52n-sos-webapp/install/index -> 'start' drücken: +![image alt text](images/wizard_start.png "wizard start") 2. http://localhost:8080/52n-sos-webapp/install/datasource -> Datenbank, DB-Schema, DB user auswählen +![image alt text](images/wizard_datasource.png "wizard datasource") 3. http://winnetou.geolba.ac.at:8080/52n-sos-webapp/install/settings -> Metadaten ausfüllen -4. Webpackend Admin User anlegen (credentials) +![image alt text](images/wizard_settings.png "wizard settings") +![image alt text](images/wizard_settings2.png "wizard settings") +4. Webpackend Admin User anlegen (credentials merken für Web-Backend) +![image alt text](images/wizard_admin.png "wizard admin") ## InsertObservation, InsertSensor, InsertFeatureOfInterest Requests freischalten: diff --git a/images/landing_page.png b/images/landing_page.png new file mode 100644 index 0000000..c3f630f Binary files /dev/null and b/images/landing_page.png differ diff --git a/images/wizard_admin.png b/images/wizard_admin.png new file mode 100644 index 0000000..a889e38 Binary files /dev/null and b/images/wizard_admin.png differ diff --git a/images/wizard_datasource.png b/images/wizard_datasource.png new file mode 100644 index 0000000..bc63b5d Binary files /dev/null and b/images/wizard_datasource.png differ diff --git a/images/wizard_settings.png b/images/wizard_settings.png new file mode 100644 index 0000000..8d79cf9 Binary files /dev/null and b/images/wizard_settings.png differ diff --git a/images/wizard_settings2.png b/images/wizard_settings2.png new file mode 100644 index 0000000..9f28884 Binary files /dev/null and b/images/wizard_settings2.png differ diff --git a/images/wizard_start.png b/images/wizard_start.png new file mode 100644 index 0000000..915f88d Binary files /dev/null and b/images/wizard_start.png differ