diff options
author | vladd%bugzilla.org <> | 2007-07-30 01:15:28 +0200 |
---|---|---|
committer | vladd%bugzilla.org <> | 2007-07-30 01:15:28 +0200 |
commit | 0f9f9ab2049a08d84f779a30f5fc5ee4dda94133 (patch) | |
tree | 66cfa93387e3eb1896592777f42d6e096541c018 /QUICKSTART | |
parent | a08fe98a7423c57ab69f2e7bcac7feddcec96e8d (diff) | |
download | bugzilla-0f9f9ab2049a08d84f779a30f5fc5ee4dda94133.tar.gz bugzilla-0f9f9ab2049a08d84f779a30f5fc5ee4dda94133.tar.xz |
Bug 379861: Grammatical polishing for the QUICKSTART file (documentation) - Patch by Bruce R'. Miller <brm@yoyodyne.com>, r=vladd.
Diffstat (limited to 'QUICKSTART')
-rw-r--r-- | QUICKSTART | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/QUICKSTART b/QUICKSTART index 7da834b17..86d11317d 100644 --- a/QUICKSTART +++ b/QUICKSTART @@ -9,16 +9,16 @@ and a Sendmail compatible MTA are available. For other configurations, please see Section 4 of the Bugzilla Guide in the docs/ directory. 1. Decide from which URL and directory under your webserver root you - will be serving the Bugzilla webpages from. + will be serving the Bugzilla webpages. -2. Unpack distribution into the chosen directory (there is no copying or +2. Unpack the distribution into the chosen directory (there is no copying or installation involved). -3. Run ./checksetup.pl, look for unsolved requirements, install them. +3. Run ./checksetup.pl, look for unsolved requirements, and install them. You can run checksetup as many times as necessary to check if - everything required is installed. + everything required has been installed. - This will usually include assorted Perl modules, MySQL or PostgreSQL, + These will usually include assorted Perl modules, MySQL or PostgreSQL, and a MTA. After a successful dependency check, checksetup should complain that @@ -41,7 +41,7 @@ see Section 4 of the Bugzilla Guide in the docs/ directory. in the Bugzilla Guide or PostgreSQL documentation. 6. Run checksetup.pl once more; if all goes well, it should set up the - Bugzilla database for you. If not, move back to step 5. + Bugzilla database for you. If not, return to step 5. checksetup.pl should ask you, this time, for the administrator's email address and password. These will be used for the initial |