mirror of
https://gitlab.com/t6353/sharee.bike.wiki.git
synced 2024-12-22 23:46:29 +01:00
Update Installation guide
This commit is contained in:
parent
473c1d7c04
commit
4972bb4105
1 changed files with 1 additions and 4 deletions
|
@ -6,8 +6,6 @@ libapache2-mod-perl2
|
||||||
libapache2-reload-perl
|
libapache2-reload-perl
|
||||||
perlmagick
|
perlmagick
|
||||||
libdbd-pg-perl
|
libdbd-pg-perl
|
||||||
libgd-graph3d-perl
|
|
||||||
libxml-smart-perl
|
|
||||||
libcalendar-simple-perl
|
libcalendar-simple-perl
|
||||||
libdate-calc-perl
|
libdate-calc-perl
|
||||||
libdbd-csv-perl
|
libdbd-csv-perl
|
||||||
|
@ -24,7 +22,6 @@ libdatetime-format-pg-perl
|
||||||
libcgi-pm-perl
|
libcgi-pm-perl
|
||||||
libfile-copy-recursive-perl
|
libfile-copy-recursive-perl
|
||||||
libscalar-util-numeric-perl
|
libscalar-util-numeric-perl
|
||||||
libtest-json-perl
|
|
||||||
libauthen-pam-perl
|
libauthen-pam-perl
|
||||||
libnet-smtps-perl
|
libnet-smtps-perl
|
||||||
libconfig-general-perl
|
libconfig-general-perl
|
||||||
|
@ -47,4 +44,4 @@ sudo a2enmod proxy_http
|
||||||
sudo service apache2 restart
|
sudo service apache2 restart
|
||||||
```
|
```
|
||||||
|
|
||||||
apache2 mod-perl needs to be run by mpm_prefork
|
The postgresql DBMS have to be installed utf-8 encoded with de-DE.utf-8 locales, because the date style is done in german way.
|
Loading…
Reference in a new issue