From: <ro...@us...> - 2002-10-02 02:19:28
|
Update of /cvsroot/webnotes/webnotes/doc In directory usw-pr-cvs1:/tmp/cvs-serv26706 Modified Files: INSTALL Log Message: A few misc changes Index: INSTALL =================================================================== RCS file: /cvsroot/webnotes/webnotes/doc/INSTALL,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- INSTALL 29 Sep 2002 13:46:14 -0000 1.8 +++ INSTALL 2 Oct 2002 02:19:26 -0000 1.9 @@ -7,13 +7,12 @@ ### Installation steps ### ------------------------------------------------------------------------------- -*** REQUIREMENTS: MySql database, php 4.0.6, a webserver (tested on Apache and IIS, -should work anything else PHP will run with). +*** REQUIREMENTS: MySql database, php 4.0.6 and higer (4.1.2+ recommended), a webserver (tested on Apache and IIS,should work anything else PHP will run with). 1. First, transfer the file to your webserver. You will need to telnet/ssh into the server for the next steps. -2. Next, untar/gunzip it to the directory that you want. +2. Next, untar/gunzip it to the directory that you want. (On Linux type tar zxf filename.tar.gz to decompress) 3. After that you will need to cd into the sql/ folder under the webnotes directory and locate the db_generate.sql file. Run the following command: @@ -24,6 +23,8 @@ downloaded a CVS version). mysql -u<username> -p<password> <databasename> < db_upgrade.sql + +If you installed MySQL from source code you may have to add /usr/local/mysql/bin/ infront of those commands You could also cut and paste the sql statements from db_generate.sql into a package like phpMyAdmin. You will need to have created the database ahead of |