mirror of
https://gitlab.com/t6353/sharee.bike.wiki.git
synced 2024-12-22 07:36:26 +01:00
Update 2. Installation guide
This commit is contained in:
parent
b28175e872
commit
0c373c66ba
1 changed files with 7 additions and 1 deletions
|
@ -29,6 +29,7 @@ libauthen-pam-perl
|
|||
libnet-smtps-perl
|
||||
libconfig-general-perl
|
||||
libdigest-sha-perl
|
||||
wkhtmltopdf
|
||||
```
|
||||
|
||||
Webserver apache2 needs some modules loaded
|
||||
|
@ -73,6 +74,11 @@ 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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue