From 74408bd05492c64e8a794edf4670519f5d6cc32b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 24 Sep 2006 21:53:35 +0000 Subject: [PATCH] r1175: Working on stuff for the manual --- locale/en_US/manual-xml/install.xml | 57 +++++++++++++++++++++++++++++ locale/en_US/manual-xml/manual.xml | 23 +++++++----- locale/manual.xsl | 25 +++---------- 3 files changed, 75 insertions(+), 30 deletions(-) create mode 100644 locale/en_US/manual-xml/install.xml diff --git a/locale/en_US/manual-xml/install.xml b/locale/en_US/manual-xml/install.xml new file mode 100644 index 0000000..e05977b --- /dev/null +++ b/locale/en_US/manual-xml/install.xml @@ -0,0 +1,57 @@ + + Installation + + + +
+ The Configruation File + First, you have to rename the file includes/config.php.new to be includes/config.php. + +When you have done this, open it in a text editor. + +Microsoft Windows users: do not use Notepad to do this. It may corrupt the file and make it unusable by your web server. + +When you open it, you will find a list of variables. All but the following are required: + + + $usepconnect + $cookieprefix + $tableprefix + + +All of the other fields have to be provided by your host--if you do not know them. + +Be sure in $pathtoisso that you place the full path to ISSO. That means that you shouldn't use a relative path like: + +../../isso/ + +But instead, you should use: + +/home/user/htdocs/isso/ + +Also make sure that it ends in a trailing slash! +
+ + + +
+ Running the Installer + After modifying the configuration file, upload all of the files in the upload directory of your download package to the web server where you want. + +Be sure that these uploaded files include your modified includes/config.php. + +Once you have done this, go to your web browser and enter the address of your installation, plus /install/install.php. For instance, if I uploaded the installation to /bugtrack/ on my server, I'd go to: + +http://www.example.com/bugtrack/install/install.php + +Once here, follow through the steps until your installation is complete. + +After you have completed installation and can log into the administrative control panel, be sure to delete this file on your web server: + +install/global.php + +If you do not do this, then people may be able to cause harm to your bug tracker. + +
+ +
\ No newline at end of file diff --git a/locale/en_US/manual-xml/manual.xml b/locale/en_US/manual-xml/manual.xml index 71bba67..d7388c1 100644 --- a/locale/en_US/manual-xml/manual.xml +++ b/locale/en_US/manual-xml/manual.xml @@ -1,25 +1,28 @@ -1.1.0"> Bugdar"> &product; &version;"> + + ]> - + - + &fullprod; Manual &product; - 2005- - - Blue Static - () - + 2005 + 2006 + Blue Static () - + Revision: $Revision$ ($Id$) + + + &chap01; \ No newline at end of file diff --git a/locale/manual.xsl b/locale/manual.xsl index 418857b..13e0694 100644 --- a/locale/manual.xsl +++ b/locale/manual.xsl @@ -3,7 +3,7 @@ xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> - + 0 1 ./ @@ -18,26 +18,11 @@ 0 1 1 - 1 + 0 + 0 + 1 ../../manual.css 0 0 - - - - - - - - - revinfo - - - - - - - + \ No newline at end of file -- 2.22.5