[cvs] [Wiki] changed: DebianHowTo
Wiki Guest
wikiguest at horde.org
Fri Jun 29 09:31:39 UTC 2007
guest [212.202.160.2] Fri, 29 Jun 2007 02:31:39 -0700
Modified page: http://wiki.horde.org/DebianHowTo
New Revision: 1.2
Change log: modules ready
@@ -17,18 +17,33 @@
<code>
apt-get update && apt-get dist-upgrade
</code>
-+Install Apache and php modules
++Install Apache and php and modules
<code>
apt-get install libapache2-mod-php5 apache2 apache2-mpm-prefork
</code>
-
-
+You need the cli for the horde setup script!
<code>
+apt-get install php5-cli
</code>
+These php modules are needed for horde Groupware
+<code>
+apt-get install php-pear php5-gd php5-ldap php5-mcrypt php5-memcache
+</code>
+For webmail you need the imap extension
+<code>
+apt-get install php5-imap
+</code>
+If you want to use mysql as Database backend, you should install the
php5-mysql extension
+<code>
+apt-get install php5-mysql
+</code>
+If you want to you postgresql as Database backend install php5-pgsql
-
+<code>
+apt-get install php5-pgsql
+</code>
+Install Database
+Install your fav
More information about the cvs
mailing list