Update 2. Installation guide

This commit is contained in:
Rainer Gümpelein 2023-03-20 07:52:33 +00:00
parent b28175e872
commit 0c373c66ba

View file

@ -29,6 +29,7 @@ libauthen-pam-perl
libnet-smtps-perl
libconfig-general-perl
libdigest-sha-perl
wkhtmltopdf
```
Webserver apache2 needs some modules loaded
@ -73,7 +74,12 @@ cd /var/www/copri4/main
ln -s /var/www/copri4external external
chgrp -R www-data external/*
```
For the creation of PDF files we use the program "wkhtmltopdf".
```
cd /var/www/copri4/main/src
ln -s /usr/bin/wkhtmltopdf wkhtmltopdf-amd64
```
Setup the base copri database. You have to configure postgres to get just access by localhost. Set your postgres access rights.
```