Benutzer-Werkzeuge

Webseiten-Werkzeuge


 [[anwenderwiki:webapps:horde:installhorde3ubuntu]] 
no way to compare when less than two revisions

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.


anwenderwiki:webapps:horde:installhorde3ubuntu [2013/03/12 00:04] (aktuell) – angelegt - Externe Bearbeitung 127.0.0.1
Zeile 1: Zeile 1:
 +{{tag> horde}}
 +
 +====== Installation von horde3 auf ubuntu 12.04 LTS ======
 +
 +<note important>Das Setup von linuxmuster.net installiert horde3 automatisch mit und konfiguriert es komplett.</note>
 +
 +Über das Paketsystem kann nur das veraltete horde3 installiert werden:
 +  aptitude install horde
 +Danach muss für apache eine Konfigurationsdatei **''/etc/horde/apache.conf''** erzeugt werden:
 +<code>
 +Alias /horde3 /usr/share/horde3/
 +
 +<DirectoryMatch /usr/share/horde3/>
 +
 +Options +FollowSymLinks
 +AllowOverride AuthConfig
 +
 +order allow,deny
 +allow from all
 +
 +<IfModule mod_php5.c>
 +   php_flag magic_quotes_gpc On
 +   php_flag magic_quotes_runtime Off
 +   php_flag file_uploads On
 +   php_flag short_open_tag On
 +   php_flag session.auto_start Off
 +   php_flag session.bug_compat_warn Off
 +   php_value upload_max_filesize 2M
 +   php_value post_max_size 2M
 +</IfModule>
 +
 +<IfModule mod_dir.c>
 +   DirectoryIndex index.php
 +</IfModule>
 +
 +</DirectoryMatch>
 +
 +</code>
 +Nun symlink anlegen und apache neu starten und Rechte setzen:
 +  ln -s /etc/horde/apache.conf /etc/apache2/sites-enabled/horde3
 +  /etc/init.d/apache2 reload
 +  chown -R root:www-data /etc/horde
 +  chmod -R 770 /etc/horde
 +Horde kann nun im Browser aufgerufen werden: **''http://server/horde3''**, ist aber völlig unkonfiguriert!!!
 +
 +===== Datenbank anlegen =====
 +===== Authentifizierung festlegen =====
  
 [[anwenderwiki:webapps:horde:installhorde3ubuntu]] anwenderwiki/webapps/horde/installhorde3ubuntu.txt · Zuletzt geändert: 2013/03/12 00:04 von 127.0.0.1