|
From: Benjamin C. <bc...@us...> - 2001-09-29 04:02:41
|
Update of /cvsroot/phpbt/phpbt/docs/html In directory usw-pr-cvs1:/tmp/cvs-serv15929/html Modified Files: adminguide.html dependencies.html devguide.html docs.css index.html Log Message: Added the installation instructions Index: adminguide.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/adminguide.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- adminguide.html 2001/09/27 13:40:20 1.1 +++ adminguide.html 2001/09/29 04:02:38 1.2 @@ -90,6 +90,159 @@ ></P ></DIV ></BLOCKQUOTE +><DIV +CLASS="SECT1" +><H1 +CLASS="SECT1" +><A +NAME="INSTALLATION" +>2.1. Installation Instructions</A +></H1 +><P +></P +><OL +TYPE="1" +><LI +><P +>Install PHPlib (<A +HREF="http://sourceforge.net/projects/phplib/" +TARGET="_top" +>http://sourceforge.net/projects/phplib</A +>) if it's not already installed. Note that with recent versions of PHP, PHPlib needs to be patched. Please do the following with the patch file, <TT +CLASS="FILENAME" +>page.inc.patch</TT +> in the distribution directory:</P +><TABLE +BORDER="0" +BGCOLOR="#EEEEEE" +WIDTH="90%" +><TR +><TD +><PRE +CLASS="SCREEN" +>cat page.inc.patch | patch -p0 -b /path/to/phplib/page.inc</PRE +></TD +></TR +></TABLE +><P +>Make sure you replace <TT +CLASS="FILENAME" +>/path/to/phplib</TT +> with the actual path to the installation of PHPlib. On windows systems you can edit <TT +CLASS="FILENAME" +>page.inc</TT +> and change line 67 from <TT +CLASS="COMPUTEROUTPUT" +>if (isset($user)) {</TT +> to <TT +CLASS="COMPUTEROUTPUT" +>if (isset($user) && $user) {</TT +>.</P +></LI +><LI +><P +>Copy the directory tree from the tarball to a location suitable for serving web pages.</P +></LI +><LI +><P +>Run the <TT +CLASS="FILENAME" +>configure</TT +> script. This will change <TT +CLASS="FILENAME" +>config.php</TT +> (creating a backup) and will run <TT +CLASS="FILENAME" +>configure_db</TT +>, which will create <TT +CLASS="FILENAME" +>createdb.sql</TT +>. </P +><P +><SPAN +><I +CLASS="EMPHASIS" +>-- or --</I +></SPAN +></P +><P +>Configure manually: + <P +></P +><OL +TYPE="a" +><LI +><P +>Edit the constants in <TT +CLASS="FILENAME" +>config.php</TT +>.</P +></LI +><LI +><P +>Run <TT +CLASS="FILENAME" +>configure_db</TT +> to get <TT +CLASS="FILENAME" +>createdb.sql</TT +>.</P +></LI +></OL +> + </P +></LI +><LI +><P +>If you want to use JpGraph (<A +HREF="http://www.aditus.nu/jpgraph/" +TARGET="_top" +>http://www.aditus.nu/jpgraph</A +>) to display the bug summary info, you will also need to edit <TT +CLASS="FILENAME" +>jpgraph.php</TT +> from the JpGraph disribution.</P +></LI +><LI +><P +>Edit <TT +CLASS="FILENAME" +>createdb.sql</TT +>, changing the admin info in the database insert. You can search on the text <TT +CLASS="COMPUTEROUTPUT" +>ad...@ex...</TT +> (around line 240).</P +></LI +><LI +><P +>Use <TT +CLASS="FILENAME" +>createdb.sql</TT +> to create your database. With MySQL it can be done as follows: + </P +><TABLE +BORDER="0" +BGCOLOR="#EEEEEE" +WIDTH="90%" +><TR +><TD +><PRE +CLASS="SCREEN" +>mysql -h <db host> -u <username> -p<yourpassword> < createdb.sql</PRE +></TD +></TR +></TABLE +></LI +><LI +><P +>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.</P +></LI +><LI +><P +>Start reporting bugs.</P +></LI +></OL +></DIV ></DIV ><DIV CLASS="NAVFOOTER" Index: dependencies.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/dependencies.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dependencies.html 2001/09/27 13:40:20 1.1 +++ dependencies.html 2001/09/29 04:02:38 1.2 @@ -77,7 +77,7 @@ ><DIV CLASS="ABSTRACT" ><A -NAME="AEN79" +NAME="AEN127" ></A ><P ></P Index: devguide.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/devguide.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- devguide.html 2001/09/27 13:40:20 1.1 +++ devguide.html 2001/09/29 04:02:38 1.2 @@ -113,7 +113,7 @@ ><DIV CLASS="ABSTRACT" ><A -NAME="AEN16" +NAME="AEN64" ></A ><P ></P @@ -140,7 +140,7 @@ ><DIV CLASS="ABSTRACT" ><A -NAME="AEN21" +NAME="AEN69" ></A ><P ></P Index: docs.css =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/docs.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- docs.css 2001/09/27 13:40:20 1.1 +++ docs.css 2001/09/29 04:02:38 1.2 @@ -6,8 +6,5 @@ font-family: "Verdana","Arial","Helvetica","MS Sans Serif","Sans-Serif"; text-align: right; background-color: #FFDDBB; - padding: .1em; } - -.PROGRAMLISTING { - border: 1px black solid; + padding: .1em; } Index: index.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/html/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.html 2001/09/27 13:40:20 1.1 +++ index.html 2001/09/29 04:02:38 1.2 @@ -64,6 +64,15 @@ HREF="adminguide.html" >Administrator's Guide</A ></DT +><DD +><DL +><DT +>2.1. <A +HREF="adminguide.html#INSTALLATION" +>Installation Instructions</A +></DT +></DL +></DD ><DT >3. <A HREF="devguide.html" |