[cvs] [Wiki] changed: DebianHowTo
Wiki Guest
wikiguest at horde.org
Fri Jun 29 14:14:45 UTC 2007
guest [212.202.160.2] Fri, 29 Jun 2007 07:14:45 -0700
Modified page: http://wiki.horde.org/DebianHowTo
New Revision: 1.3
Change log: changed
@@ -44,6 +44,19 @@
<code>
apt-get install php5-pgsql
</code>
+Install Database
+For Mysql
+<code>
+apt-get install mysql-server
+</code>
+You will be asked for a mysqlroot password - don't forget it ;)
+After that you need to create a user and create grants.
+<code>
+mysql -p -e 'CREATE USER HORDE ...'
+</code>
+<code>
+mysql -p -e 'grant all on horde.* to horde at localhost identified by
"horde";'
+</code>
+Install your fav
++Install Horde Groupware
More information about the cvs
mailing list