|
From: Benjamin C. <bc...@us...> - 2001-12-01 17:56:36
|
Update of /cvsroot/phpbt/phpbt/docs/sgml In directory usw-pr-cvs1:/tmp/cvs-serv19137/sgml Modified Files: installation.sgml Log Message: Updated the installation instructions Index: installation.sgml =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/sgml/installation.sgml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- installation.sgml 2001/11/08 05:11:48 1.3 +++ installation.sgml 2001/12/01 17:56:33 1.4 @@ -2,17 +2,8 @@ <sect1 id="installation"> <title>Installation Instructions</title> -<procedure> +<procedure id="install-procedure"> <step> -<para>Install PHPlib (<ulink url="http://sourceforge.net/projects/phplib/">http://sourceforge.net/projects/phplib</ulink>) 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, <filename>page.inc.patch</filename> in the distribution directory:</para> -<screen><command>cat</command> <filename>page.inc.patch</filename> | <command>patch</command> <option>-p0</option> <option>-b</option> <filename><replaceable>/path/to/phplib/page.inc</replaceable></filename></screen> -<para>Make sure you replace <filename>/path/to/phplib</filename> with the actual path to the installation of PHPlib. On windows systems you can edit <filename>page.inc</filename> and change line 67 from <computeroutput>if (isset($user)) {</computeroutput> to <computeroutput>if (isset($user) && $user) {</computeroutput>.</para> -<note> -<para>Optional: Install JpGraph (<ulink url="http://www.aditus.nu/jpgraph/">http://www.aditus.nu/jpgraph</ulink>) if you wish to use it for the summary bug display on the home page.</para> -</note> -</step> - -<step> <para>Copy the directory tree from the tarball (or zip archive) to a location suitable for serving web pages.</para> </step> @@ -22,6 +13,9 @@ <step> <para>After completing the installation, login and start reporting bugs.</para> +<note> +<para>Optional: Install JpGraph (<ulink url="http://www.aditus.nu/jpgraph/">http://www.aditus.nu/jpgraph</ulink>) if you wish to use it for the summary bug display on the home page.</para> +</note> </step> </procedure> |