This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| owncloud_with_iredmail_ldap [2016/10/17 19:59] – herwarth | owncloud_with_iredmail_ldap [2016/10/17 20:00] (current) – herwarth | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| yum install httpd -t | yum install httpd -t | ||
| yum install php55 php55-php-gd php55-php-mbstring php55-php-xml php55-php-mysqlnd php55-php php55-php-ldap | yum install php55 php55-php-gd php55-php-mbstring php55-php-xml php55-php-mysqlnd php55-php php55-php-ldap | ||
| - | | ||
| - | #yum install php-mysql php-ldap php php-gd php-mbstring php-xml bzip2 policycoreutils-python | ||
| cp / | cp / | ||
| Line 52: | Line 50: | ||
| mount -a | mount -a | ||
| chown apache. /mnt/data | chown apache. /mnt/data | ||
| - | |||
| - | ====Apache==== | ||
| - | <code - / | ||
| - | < | ||
| - | Alias /owncloud / | ||
| - | </ | ||
| - | < | ||
| - | Options Indexes FollowSymLinks | ||
| - | AllowOverride All | ||
| - | Order allow,deny | ||
| - | allow from all | ||
| - | </ | ||
| - | </ | ||
| ====Add LDAP plugin==== | ====Add LDAP plugin==== | ||
| Line 142: | Line 127: | ||
| . | . | ||
| . | . | ||
| - | </ | ||
| - | |||
| - | ====Enable calendar and contact apps in 8.0.2==== | ||
| - | There is a bug in the SSL crap of owncloud so here is a quick fix. | ||
| - | |||
| - | on line 73 add the following: | ||
| - | <code - / | ||
| - | curl_setopt($curl, | ||
| </ | </ | ||
| {{tag> | {{tag> | ||