X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=README.md;h=d5644c1e2011a3697ba8af73b5b83305f2b9699a;hb=3a714456074c9dde2ef8300ea5c80f6a114c3ea8;hp=673072d3af60c4ddb048dec77da9d5de02934525;hpb=f1ea67cff38b841e7fe16ca06845451953f998bb;p=debbugs.git diff --git a/README.md b/README.md index 673072d..d5644c1 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ If you can't use the `.deb`, do the following: cd mkdir version spool -3. Retrieve a partial database of bugs for testing +3. Optional - Retrieve a partial database of bugs for testing - Optional - It is useful to have some bugs in the database for testing our new Debbugs instance. + It's useful to have some bugs in the database for testing our new Debbugs instance. 1. Get a list of rsync targets from Debbugs @@ -66,9 +66,9 @@ If you can't use the `.deb`, do the following: cd spool/db-h; rsync -av rsync://bugs-mirror.debian.org/bts-spool-db/00 .; -4. Retrieve bts-versions directory for testing purposes +4. Optional - Retrieve bts-versions directory for testing purposes - Optional - Required for testing using test database retrieved at 3. + Required for testing using test database retrieved at 3. 1. Pull versions directory @@ -96,21 +96,21 @@ If you can't use the `.deb`, do the following: * $gWebDir * $gDocDir - 70,72c70,72 - < $gConfigDir = "/org/bugs.debian.org/etc"; # directory where this file is - < $gSpoolDir = "/org/bugs.debian.org/spool"; # working directory - < $gIndicesDir = "/org/bugs.debian.org/indices"; # directory where the indices are - --- - > $gConfigDir = "/etc/debbugs"; # directory where this file is - > $gSpoolDir = "/home/opw/spool"; # working directory - > $gIndicesDir = "/home/opw/spool/indices"; # directory where the indices are - - 74,75c74,75 - < $gWebDir = "/org/bugs.debian.org/www"; # base location of web pages - < $gDocDir = "/org/ftp.debian.org/ftp/doc"; # location of text doc files - --- - > $gWebDir = "/home/opw/debbugs/html"; # base location of web pages - > $gDocDir = "/home/opw/debbugs/doc"; # location of text doc files + 70,72c70,72 + < $gConfigDir = "/org/bugs.debian.org/etc"; # directory where this file is + < $gSpoolDir = "/org/bugs.debian.org/spool"; # working directory + < $gIndicesDir = "/org/bugs.debian.org/indices"; # directory where the indices are + --- + > $gConfigDir = "/etc/debbugs"; # directory where this file is + > $gSpoolDir = "/home/opw/spool"; # working directory + > $gIndicesDir = "/home/opw/spool/indices"; # directory where the indices are + + 74,75c74,75 + < $gWebDir = "/org/bugs.debian.org/www"; # base location of web pages + < $gDocDir = "/org/ftp.debian.org/ftp/doc"; # location of text doc files + --- + > $gWebDir = "/home/opw/debbugs/html"; # base location of web pages + > $gDocDir = "/home/opw/debbugs/doc"; # location of text doc files 6. Configure Webserver