|
From: Benjamin C. <bc...@us...> - 2001-10-14 03:25:26
|
Update of /cvsroot/phpbt/phpbt/docs/html
In directory usw-pr-cvs1:/tmp/cvs-serv31660/html
Modified Files:
adminguide.html configuration.html devguide.html
devstandards.html index.html
Log Message:
Updated the installation instructions
Index: adminguide.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/docs/html/adminguide.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- adminguide.html 2001/10/08 01:59:15 1.6
+++ adminguide.html 2001/10/14 03:25:23 1.7
@@ -113,6 +113,8 @@
NAME="INSTALLATION"
>2.1. Installation Instructions</A
></H1
+><DIV
+CLASS="PROCEDURE"
><OL
TYPE="1"
><LI
@@ -128,12 +130,35 @@
><TABLE
BORDER="0"
BGCOLOR="#EEEEEE"
-WIDTH="90%"
+WIDTH="100%"
><TR
><TD
><PRE
CLASS="SCREEN"
->cat page.inc.patch | patch -p0 -b /path/to/phplib/page.inc</PRE
+><B
+CLASS="COMMAND"
+>cat</B
+> <TT
+CLASS="FILENAME"
+>page.inc.patch</TT
+> | <B
+CLASS="COMMAND"
+>patch</B
+> <TT
+CLASS="OPTION"
+>-p0</TT
+> <TT
+CLASS="OPTION"
+>-b</TT
+> <TT
+CLASS="FILENAME"
+><TT
+CLASS="REPLACEABLE"
+><I
+>/path/to/phplib/page.inc</I
+></TT
+></TT
+></PRE
></TD
></TR
></TABLE
@@ -151,6 +176,34 @@
CLASS="COMPUTEROUTPUT"
>if (isset($user) && $user) {</TT
>.</P
+><DIV
+CLASS="NOTE"
+><TABLE
+CLASS="NOTE"
+WIDTH="100%"
+BORDER="0"
+><TR
+><TD
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="images/note.gif"
+HSPACE="5"
+ALT="Note"></TD
+><TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>Optional: Install JpGraph (<A
+HREF="http://www.aditus.nu/jpgraph/"
+TARGET="_top"
+>http://www.aditus.nu/jpgraph</A
+>) if you wish to use it for the summary bug display on the home page.</P
+></TD
+></TR
+></TABLE
+></DIV
></LI
><LI
><P
@@ -158,89 +211,75 @@
></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
+>Run <B
+CLASS="COMMAND"
+>configure_db</B
>, which will create <TT
CLASS="FILENAME"
>createdb.sql</TT
->. </P
-><P
-><SPAN
-CLASS="emphasis"
-><I
-CLASS="EMPHASIS"
->-- or --</I
-></SPAN
-></P
-><P
->Configure manually:
- <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
+>. Use the <TT
+CLASS="OPTION"
+>-h</TT
+> option when running <B
+CLASS="COMMAND"
+>configure_db</B
+> to see the options.</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
+> (around line 240). You can also edit the options being inserted into the configuration table or edit them later from the web interface.</P
></LI
><LI
><P
>Use <TT
CLASS="FILENAME"
>createdb.sql</TT
-> to create your database. With MySQL it can be done as follows:
- </P
+> to create your database. With MySQL it can be done as follows:</P
><TABLE
BORDER="0"
BGCOLOR="#EEEEEE"
-WIDTH="90%"
+WIDTH="100%"
><TR
><TD
><PRE
CLASS="SCREEN"
->mysql -h <db host> -u <username> -p<yourpassword> < createdb.sql</PRE
+><B
+CLASS="COMMAND"
+>mysql</B
+> <TT
+CLASS="OPTION"
+>-h</TT
+> <TT
+CLASS="REPLACEABLE"
+><I
+>db host</I
+></TT
+> <TT
+CLASS="OPTION"
+>-u</TT
+> <TT
+CLASS="REPLACEABLE"
+><I
+>username</I
+></TT
+> <TT
+CLASS="OPTION"
+>-p</TT
+><TT
+CLASS="REPLACEABLE"
+><I
+>yourpassword</I
+></TT
+> < <TT
+CLASS="FILENAME"
+>createdb.sql</TT
+></PRE
></TD
></TR
></TABLE
@@ -254,6 +293,7 @@
>Start reporting bugs.</P
></LI
></OL
+></DIV
></DIV
></DIV
><DIV
Index: configuration.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/docs/html/configuration.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- configuration.html 2001/10/08 01:59:15 1.5
+++ configuration.html 2001/10/14 03:25:23 1.6
@@ -84,7 +84,7 @@
><DIV
CLASS="ABSTRACT"
><A
-NAME="AEN108"
+NAME="AEN111"
></A
><P
>The options listed in this section can be configured by the <TT
Index: devguide.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/docs/html/devguide.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- devguide.html 2001/10/09 04:03:35 1.10
+++ devguide.html 2001/10/14 03:25:23 1.11
@@ -127,7 +127,7 @@
><DIV
CLASS="ABSTRACT"
><A
-NAME="AEN213"
+NAME="AEN216"
></A
><P
>Adding on to or extending phpBugTracker should be easy for those with a knowledge of PHP and SQL. New developers are always welcome to join the project at <A
@@ -150,7 +150,7 @@
><DIV
CLASS="ABSTRACT"
><A
-NAME="AEN218"
+NAME="AEN221"
></A
><P
>phpBugTracker requires one external package, PHPlib, and can optionally use JpGraph. Of course a web server running a version of PHP later than 4.0 and a database server are also necessary.</P
@@ -175,7 +175,7 @@
><H3
CLASS="SECT3"
><A
-NAME="AEN224"
+NAME="AEN227"
>3.1.1.1. Database Abstraction</A
></H3
><P
@@ -206,7 +206,7 @@
><DIV
CLASS="EXAMPLE"
><A
-NAME="AEN235"
+NAME="AEN238"
></A
><P
><B
@@ -244,7 +244,7 @@
><H3
CLASS="SECT3"
><A
-NAME="AEN238"
+NAME="AEN241"
>3.1.1.2. Templates</A
></H3
><P
@@ -252,7 +252,7 @@
><DIV
CLASS="EXAMPLE"
><A
-NAME="AEN241"
+NAME="AEN244"
></A
><P
><B
@@ -289,7 +289,7 @@
><H3
CLASS="SECT3"
><A
-NAME="AEN244"
+NAME="AEN247"
>3.1.1.3. Session and Authentication</A
></H3
><P
@@ -361,7 +361,7 @@
><DIV
CLASS="EXAMPLE"
><A
-NAME="AEN269"
+NAME="AEN272"
></A
><P
><B
Index: devstandards.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/docs/html/devstandards.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- devstandards.html 2001/10/09 04:03:35 1.11
+++ devstandards.html 2001/10/14 03:25:23 1.12
@@ -77,7 +77,7 @@
><DIV
CLASS="ABSTRACT"
><A
-NAME="AEN279"
+NAME="AEN282"
></A
><P
> This section details the coding and process standards to be
Index: index.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/docs/html/index.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- index.html 2001/10/09 04:03:35 1.8
+++ index.html 2001/10/14 03:25:23 1.9
@@ -114,17 +114,17 @@
></DT
><DT
>3-1. <A
-HREF="devguide.html#AEN235"
+HREF="devguide.html#AEN238"
>Using the database class</A
></DT
><DT
>3-2. <A
-HREF="devguide.html#AEN241"
+HREF="devguide.html#AEN244"
>Using the template class</A
></DT
><DT
>3-3. <A
-HREF="devguide.html#AEN269"
+HREF="devguide.html#AEN272"
>Permission and Group Checking</A
></DT
></DL
|