[cvs] [Wiki] changed: HordeHEADHowTo

Wiki Guest wiki at wiki.horde.org
Mon Jan 10 19:40:45 PST 2005


guest [65.214.38.219]  Mon, 10 Jan 2005 19:40:45 -0800

Modified page: http://wiki.horde.org/display.php?page=HordeHEADHowTo
New Revision:  31.0

@@ -5,9 +5,9 @@
 I also want to mention that the following code is quick and dirty pasted from my install which was done with !RedHat 7.3 and Fedora Core 1, but should work at least with all other compatible distributions. I am running this for private uses and at university I am working for, both without trouble.
 
 So let's go on:
 
-Open a bash or similar:cccc
+Open a bash or similar:
 
 cd to your web server's document-tree
 
 <code>
@@ -17,10 +17,10 @@
 
 cd horde
 cvs co framework
 
-cd scripts/db
-mysql -u root -p <mysql_create.sql
+cd scripts/sql
+mysql -u root -p <create.mysql.sql
 mysql -u root -p horde <auth_initial_user.sql  (creates admin:admin)
 mysql -u root -p horde <sessionhandler.sql
 </code>
 


More information about the cvs mailing list