[cvs] [Wiki] changed: DebianHowTo
Wiki Guest
wikiguest at horde.org
Mon Jul 9 11:08:05 UTC 2007
guest [212.202.160.2] Mon, 09 Jul 2007 04:08:05 -0700
Modified page: http://wiki.horde.org/DebianHowTo
New Revision: 1.4
Change log: added php5-cli
@@ -57,6 +57,23 @@
<code>
mysql -p -e 'grant all on horde.* to horde at localhost identified by
"horde";'
</code>
-+Install your fav
+Install Horde Groupware
+Download and unpack it
+<code>
+wget [tarball]
+cd /root
+tar -xvf horde-webmail-1.0.1.tar.gz
+</code>
+
+copy to /var/www and change owner
+<code>
+cp -r /root/horde-webmail-1.0.1 /var/www/horde
+chown -r www-data:www-data horde
+</code>
+with php5-cli start the setup script
+<code>
+php5 -q horde/scripts/setup.php
+</code>
+
+
More information about the cvs
mailing list