|
From: Benjamin C. <bc...@us...> - 2001-08-06 01:56:57
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv4899
Modified Files:
INSTALL
Log Message:
Updated for the latest additions
Index: INSTALL
===================================================================
RCS file: /cvsroot/phpbt/phpbt/INSTALL,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- INSTALL 2001/02/03 18:16:04 1.2
+++ INSTALL 2001/08/06 01:56:54 1.3
@@ -3,9 +3,17 @@
1. Edit the database creation script, changing the info for the Admin user.
2. Run the database creation script (currently only MySQL) by running
"mysql -u <user> -p<password> < createdb.sql"
-3. Install PHPlib (http://phplib.netuse.de) if it's not already installed.
-4. Edit include.php, changing the ADMINEMAIL constant to what you want and
- changing the database login info in class dbclass.
+3. Install PHPlib (http://sourceforge.net/projects/phplib/) if it's not already
+ installed.
+4. Edit include.php as follows:
+ a. Change the ADMINEMAIL constant to what you want
+ b. Change the database login info in class dbclass.
+ c. Change the ENCRYPTPASS constant to 1 if you want to have passwords stored
+ encrypted in the database.
+ d. Change the USE_JPGRAPH constant to 1 if you want to use the jpgraph class
+ (http://www.aditus.nu/jpgraph/) to display the bug summary info. If you
+ enable this you'll also need to edit the JPGRAPH_PATH constant in
+ images.php.
5. Browse on over to the installation, choose Admin tools, login with the info
you put in the database creation script, and create your first project.
6. Start reporting bugs
|