|
From: Benjamin C. <bc...@us...> - 2001-08-14 12:51:22
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv26065
Modified Files:
INSTALL
Log Message:
Added more detail about the jpgraph installation
Index: INSTALL
===================================================================
RCS file: /cvsroot/phpbt/phpbt/INSTALL,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- INSTALL 2001/08/09 03:30:44 1.4
+++ INSTALL 2001/08/14 12:51:19 1.5
@@ -18,7 +18,8 @@
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.
+ enable this you'll also need to edit the JPGRAPH_PATH constant, and
+ you'll need to edit the jpgraph.php file from the jpgraph disribution.
6. 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.
7. Start reporting bugs
|