diff options
author | timeless%mozdev.org <> | 2007-10-23 15:06:36 +0200 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-10-23 15:06:36 +0200 |
commit | 9f8e0ce687bfc85339fc6c9ae3728e03527963b3 (patch) | |
tree | 79416de6ac1ffdb2768e5297b0efad3f720e6827 /QUICKSTART | |
parent | f7b1c511e04eadfe10af75a84225b441b4abadd2 (diff) | |
download | bugzilla-9f8e0ce687bfc85339fc6c9ae3728e03527963b3.tar.gz bugzilla-9f8e0ce687bfc85339fc6c9ae3728e03527963b3.tar.xz |
Bug 400729 Quick start guide suggests changing os list in localconfig
r=lpsolit a=lpsolit
Diffstat (limited to 'QUICKSTART')
-rw-r--r-- | QUICKSTART | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/QUICKSTART b/QUICKSTART index 86d11317d..943773a3b 100644 --- a/QUICKSTART +++ b/QUICKSTART @@ -28,9 +28,6 @@ see Section 4 of the Bugzilla Guide in the docs/ directory. $db_* variables. In particular, $db_name and $db_user will define your database setup in step 5. - If you want to change platforms, operating systems, severities and - priorities, this can also be done in localconfig at this time. - 5. Using the name you provided as $db_name above, create a MySQL database for Bugzilla. You should also create a user permission for the name supplied as $db_user with read/write access to that database. @@ -67,7 +64,7 @@ see Section 4 of the Bugzilla Guide in the docs/ directory. account information you provided in step 6. 9. Scroll to the bottom of the page after logging in, and select - "parameters". Set up the relevant parameters for your local setup. + "Parameters". Set up the relevant parameters for your local setup. See section 4.2 of the Bugzilla Guide for a in-depth description of some of the configuration parameters available. |