From 6cdbdd5bc92a6c8f8262a0c910fe13a51d6ea8d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rainer=20G=C3=BCmpelein?= Date: Thu, 27 Jan 2022 18:35:08 +0000 Subject: [PATCH] Update Installation guide --- Installation-guide.md | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/Installation-guide.md b/Installation-guide.md index f2fb179..71a972e 100644 --- a/Installation-guide.md +++ b/Installation-guide.md @@ -66,7 +66,7 @@ cd /exports/gitlab/copri4/shareeconf gunzip -c examples/sharee_operator.sql.gz | psql -U [your-psql-user] sharee_operator ``` -The installation has some configuration defaults and examples. You have to edit to fit your web-reachable DNS registered host.example.tld. +The installation has some configuration defaults and examples. You have to edit to fit your web-reachable DNS registered shareehost.example.tld. Operator-Instance hostnames are indicated by "shareedms-operator.example.tld" and "shareeapp-operator.example.tld". Web-Project hostname is indicated by "shareeweb-operator.example.tld". ``` @@ -76,10 +76,10 @@ edit shareedms-operator/apache/shareedms-operator.conf eidt shareeweb-project/apache/shareeweb-operator.conf ``` -The configuration is divided into of values. -The block describes your operator-instance by operator-dbname -The block describes your optional web-project by -The block will indicate your block configuration on client request. +The global.cfg configuration is divided into sharp-cliped values. +The `` block describes your operator-instance by operator-dbname ``. +The `` block describes your optional web-project by ``. +The `` block will indicate your block configuration on client request. ``` cd /exports/gitlab/copri4/shareeconf cp examples/apikeys.cfg . @@ -96,10 +96,18 @@ ln -s /var/www/copri4/shareeweb-project/apache/shareeweb-operator.conf service apache2 restart ``` -You should reach three webservers: -https://shareedms-operator.example.tld for the bike sharing management -https://shareeapp-operator.example.tld to get access by the shareetool web-App and also by the sharee.bike bike booking App or your self-developed App. See also the API documentation -https://shareeweb-project.example.tld is the optional webhost for iframe website integration. It implements station-map, user registration and contact menue. - +You should reach three webservers +1. For the bike sharing management +``` +https://shareedms-operator.example.tld +``` +2. To get access by the shareetool web-App and also by the sharee.bike bike booking App or your self-developed App. See also the API documentation +``` +https://shareeapp-operator.example.tld +``` +3. Is the optional webhost for iframe website integration. It implements station-map, user registration formular and contact menue. +``` +https://shareeweb-project.example.tld +``` Best regards, Rainer Gümpelein (TeilRad GmbH) https://sharee.bike \ No newline at end of file