diff options
author | lpsolit%gmail.com <> | 2005-08-22 01:16:40 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-08-22 01:16:40 +0000 |
commit | f4966aeb0e7a655c986aeb285c1a220274ddbfd9 (patch) | |
tree | 70fc81865b58b54e97da10c8cc824ae9fb641672 /QUICKSTART | |
parent | d055246d2010e546bbad8c65d99496d53eee0bff (diff) | |
download | bugs-f4966aeb0e7a655c986aeb285c1a220274ddbfd9.tar bugs-f4966aeb0e7a655c986aeb285c1a220274ddbfd9.tar.gz bugs-f4966aeb0e7a655c986aeb285c1a220274ddbfd9.tar.bz2 bugs-f4966aeb0e7a655c986aeb285c1a220274ddbfd9.tar.xz bugs-f4966aeb0e7a655c986aeb285c1a220274ddbfd9.zip |
Bug 70907: QuickSearch: port the JS code to perl (make it server-side) - Patch by Marc Schumann <wurblzap@gmail.com> r=wicked a=myk
Diffstat (limited to 'QUICKSTART')
-rw-r--r-- | QUICKSTART | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/QUICKSTART b/QUICKSTART index 3f26f06d1..54ebfa4cf 100644 --- a/QUICKSTART +++ b/QUICKSTART @@ -30,10 +30,6 @@ 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. |