diff options
author | kiko%async.com.br <> | 2004-01-15 23:02:45 +0000 |
---|---|---|
committer | kiko%async.com.br <> | 2004-01-15 23:02:45 +0000 |
commit | 85e651ef9836d43613c3bb55f7c1c3ff150f76d0 (patch) | |
tree | df090f50bedb41d395172691dae3401293724e62 /QUICKSTART | |
parent | Fix for bug 194290: irc:// links are not highlighted as links. Adds irc (diff) | |
download | bugzilla-85e651ef9836d43613c3bb55f7c1c3ff150f76d0.tar.gz bugzilla-85e651ef9836d43613c3bb55f7c1c3ff150f76d0.tar.bz2 bugzilla-85e651ef9836d43613c3bb55f7c1c3ff150f76d0.zip |
Adding bits about localconfig.js (I always forget it) and rewording one
of the steps slightly.
Diffstat (limited to 'QUICKSTART')
-rw-r--r-- | QUICKSTART | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/QUICKSTART b/QUICKSTART index e3ba1e677..9618efa08 100644 --- a/QUICKSTART +++ b/QUICKSTART @@ -30,6 +30,10 @@ of the Bugzilla Guide in the docs/ directory. If you want to change platforms, operating systems, severities and priorities, this can also be done in localconfig at this time. + You should also update localconfig.js to reflect these changes. This + includes setting the URL you chose in step 1 as the 'bugzilla' JS + variable. + 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. @@ -59,7 +63,8 @@ of the Bugzilla Guide in the docs/ directory. if you don't have that in your Apache configuration file yet. -8. Visit the URL you chose for Bugzilla. You should log in as the +8. Visit the URL you chose for Bugzilla. Your browser should display the + default Bugzilla home page. You should then log in as the administrator by following the "Log in" link and supplying the account information you provided in step 6. |