yms_openplotter
Dies ist eine alte Version des Dokuments!
YMS in Openplotter
Getestet mit der aktuell stabilen Version von OpenPlotter v3.
Alle folgenden Kommandos als root ausführen:
- Datenbankserver installieren
apt-get install mariadb-server
- Webserver installieren
apt-get install apache2 libapache2-mod-php php-mysql
- Zusätzliche Werkzeuge installieren
apt-get install python3-mysqldb python3-bcrypt mupdf-tools pwgen
- Quellen von YMS herunterladen
git clone https://git.hoogi.de/thooge/YMS.git cd YMS
- Kennwort für Web-GUI-System erzeugen, wird im nächsten Schritt für die Anlage des Benutzers benötigt:
pwgen -s 16 1
- Datenbank konfigurieren
mariadb CREATE DATABASE yms; CREATE USER 'ymsgui'@'localhost' IDENTIFIED BY '********'; GRANT SELECT, INSERT, UPDATE, DELETE ON yms.* TO 'ymsgui'@'localhost'; exit mariadb yms < db/mariadb.sql mariadb yms < db/minimal.sql
- Web-GUI installieren
./inst_apache.sh
- Kennwort in die Konfigurationsdatei
config.inceintragennano /var/www/html/config.inc
- Test: Browser öffnen und localhost aufrufen
yms_openplotter.1787826640.txt.gz · Zuletzt geändert: von thooge
