Closed
Bug 221391
Opened 22 years ago
Closed 22 years ago
Bugzilla Quickstart guide could exist.
Categories
(Bugzilla :: Documentation, defect)
Bugzilla
Documentation
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: kiko, Assigned: kiko)
Details
Attachments
(2 files, 3 obsolete files)
I just installed Yet Another Bugzilla instance. Every time I forget something or
other, and this time I've decided to write a Quickstart document that can be
tipped off from the README.
No, it's not a docs/ substitute, but for server packages us sysadmins are all
very used to reading text files, and I think for 50% of our user base, it will
be enough.
Updated•22 years ago
|
OS: Linux → All
Hardware: PC → All
Comment 1•22 years ago
|
||
(since this sounded like documentation stuff I've set the hardware/OS to all but
if you created a Linux-specific guide please change back - sorry for that ;-) )
| Assignee | ||
Comment 2•22 years ago
|
||
Well, it's more or less Unix-specific, but sure.
| Assignee | ||
Comment 3•22 years ago
|
||
Comment on attachment 132745 [details] [diff] [review]
kiko_v1: QUICKSTART
or Jake, if you're available.
Attachment #132745 -
Flags: review?(gerv)
| Assignee | ||
Comment 4•22 years ago
|
||
That XXX down there should be mozilla-webtools-request@mozilla.org -- or a link to
http://www.bugzilla.org/discussion.html
Status: NEW → ASSIGNED
Comment 5•22 years ago
|
||
Comment on attachment 132745 [details] [diff] [review]
kiko_v1: QUICKSTART
>1. Decide from which directory and URL
...under your webserver root...
> If you want to change platforms, operating systems, severities and
> priorities, localconfig is the place to do it too.
or "this is also done in localconfig at this time."
>5. Create a MySQL database for Bugzilla,
... called $db_name, ...
> and add a user
...called $db_user which has read/write permissions for that database.
>7. Configure your webserver to point to the Bugzilla directory. You will
> need to have a CGI-capable webserver (apache with mod_cgi enabled
> works fine) configured, and CGI permissions set up correctly for the
> directory in question. You should also AllowOverride Limit for the
> Bugzilla directory to allow the default .htaccess to be used.
>
> For Apache, this means enabling mod_cgi, adding ExecCGI to Options,
> and setting AllowOverride Limit for the relevant directory. You will
> also need to `AddHandler cgi-script .cgi' if you don't have a line
> like that in your Apache configuration file yet.
It's easier, I'd say, to provide a sample stanza - that's only about six lines
long, and clearer.
> See section 4.2 of the Bugzilla guide for a in-depth description of
> some of the configuration parameters available in bugzilla.
_B_ugzilla. And probably _G_uide too.
>If anything unexpected comes up, read the error message carefully,
>backtrack the steps above, and check the official installation guide,
>which is section 4 in the Bugzilla guide, included in the docs/
>directory in various formats.
Better as a bulleted list?
>Support and installation questions should be directed to XXX@mozilla.org
news://news.mozilla.org/netscape.public.mozilla.webtools . Better to give this
than the email link, as we currently have a posting whitelist.
r=gerv if you change those things, otherwise let's discuss it.
Gerv
Attachment #132745 -
Flags: review?(gerv) → review+
| Assignee | ||
Comment 6•22 years ago
|
||
>>Support and installation questions should be directed to XXX@mozilla.org
>
> news://news.mozilla.org/netscape.public.mozilla.webtools . Better to give
this
> than the email link, as we currently have a posting whitelist.
I think providing a news: link is a bad idea, since not many people have access
to (or familiarity with) usenet anymore -- I don't, for instance. Can I use
mozilla-webtools@mozilla.org instead?
Apart from that, everything's accepted, so I'm attaching another version. I've
cleaned it up somewhat, too, so I think a second reading is deserved.
| Assignee | ||
Updated•22 years ago
|
Attachment #132745 -
Attachment is obsolete: true
| Assignee | ||
Comment 7•22 years ago
|
||
| Assignee | ||
Comment 8•22 years ago
|
||
The FB file picker moves when I click on it, this is so aggravating. This is
the right file.
Attachment #132760 -
Attachment is obsolete: true
| Assignee | ||
Updated•22 years ago
|
Attachment #132759 -
Flags: review?(gerv)
| Assignee | ||
Updated•22 years ago
|
Attachment #132761 -
Flags: review?(gerv)
Comment 9•22 years ago
|
||
Comment on attachment 132759 [details]
kiko_v2: merge Gerv's comments, fixup text slightly.
r=gerv. Two nits:
> This will be used as the Bugzilla administrator's login account.
...the initial Bugzilla administrator's...
Otherwise, it implies that there's only a single "administrator account".
Secondly, could you make the header at the top look a little more header-y?
Centered, "underlined" that sort of thing. (This one's optional.)
Gerv
Attachment #132759 -
Flags: review?(gerv) → review+
Updated•22 years ago
|
Attachment #132761 -
Flags: review?(gerv) → review+
| Assignee | ||
Updated•22 years ago
|
Flags: approval?
| Assignee | ||
Comment 10•22 years ago
|
||
Incorporated comments, waiting for an r/a from justdave now.
Attachment #132759 -
Attachment is obsolete: true
Attachment #132761 -
Attachment is obsolete: true
Updated•22 years ago
|
Attachment #132975 -
Flags: review+
Updated•22 years ago
|
Flags: approval? → approval+
| Assignee | ||
Updated•22 years ago
|
Attachment #132761 -
Attachment is obsolete: false
| Assignee | ||
Comment 11•22 years ago
|
||
Checked in.
/cvsroot/mozilla/webtools/bugzilla/README,v <-- README
new revision: 1.52; previous revision: 1.51
/cvsroot/mozilla/webtools/bugzilla/QUICKSTART,v <-- QUICKSTART
initial revision: 1.1
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
Target Milestone: --- → Bugzilla 2.18
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•