Update 2. Installation guide

This commit is contained in:
Rainer Gümpelein 2022-12-13 08:15:25 +00:00
parent 34accccbac
commit 1a51967ce7

View file

@ -57,7 +57,7 @@ cd /var/www && ln -s ../../exports/gitlab/copri4
mkdir /var/log/copri4 && chown www-data /var/log/copri4
```
Mainly for the frontend user-interface we use some external open-source icons and javascript - css libraries which have to be installed.
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.
```
mkdir /var/www/copri4external && cd /var/www/copri4external
```