Update 2. Installation guide

This commit is contained in:
Rainer Gümpelein 2025-07-14 11:25:55 +02:00
parent 586a96f6c1
commit af7e657775

View file

@ -55,7 +55,7 @@ mkdir /exports && cd /exports
git clone https://gitlab.com/t6353/sharee.bike.git git clone https://gitlab.com/t6353/sharee.bike.git
mv sharee.bike gitlab mv sharee.bike gitlab
cd /var/www && ln -s ../../exports/gitlab/copri4 cd /var/www && ln -s ../../exports/gitlab/copri4
mkdir /var/log/copri4 && chown www-data /var/log/copri4 mkdir /var/log/copri-bike && chown www-data /var/log/copri-bike
``` ```
Mainly for the frontend user-interface we use some external open-source icons and javascript - css libraries that can be included via the respective CDN or by download via the "copri4external" path. In the configuration file "global.cfg" there are some variables named bootstrap and jquery whose values have to be adjusted according to the library versions. Mainly for the frontend user-interface we use some external open-source icons and javascript - css libraries that can be included via the respective CDN or by download via the "copri4external" path. In the configuration file "global.cfg" there are some variables named bootstrap and jquery whose values have to be adjusted according to the library versions.