From 1a51967ce700094bcdcdb1d45cad500f961d03c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rainer=20G=C3=BCmpelein?= Date: Tue, 13 Dec 2022 08:15:25 +0000 Subject: [PATCH] Update 2. Installation guide --- 2.-Installation-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.-Installation-guide.md b/2.-Installation-guide.md index 1ed5414..c0a4b8c 100644 --- a/2.-Installation-guide.md +++ b/2.-Installation-guide.md @@ -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 ```