blob: 7877f7a75ca2f22e0428c1ad65a23bdafc7b4f12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Follow the instructions at /usr/share/doc/${PF}/INSTALL
to complete the install. You need to add MySQL users
and configure group-office
Before installing/configure you have to
touch /var/www/localhost/htdocs/groupoffice/config.php
chmod 0777 /var/www/localhost/htdocs/groupoffice/config.php
mkdir /var/www/localhost/htdocs/groupoffice/local/
chown apache:apache /var/www/localhost/htdocs/groupoffice/local/
chmod 644 /var/www/localhost/htdocs/groupoffice/config.php
rm -Rf /var/www/localhost/htdocs/groupoffice/install/
After that, make groupoffice secure again
chmod 644 /var/www/localhost/htdocs/groupoffice/config.php
and
rm -Rf /var/www/localhost/htdocs/groupoffice/install/
|