maxattachmentsize
The maximum size (in kilobytes) of attachments to be stored in the database. If a file larger than this size is attached to a bug, Bugzilla will look at the maxlocalattachment parameter to determine if the file can be stored locally on the web server. If the file size exceeds both limits, then the attachment is rejected. Settings both parameters to 0 will prevent attaching files to bugs.
-
- .. todo:: Talk about MySQL max_allowed_packet
maxlocalattachment
The maximum size (in megabytes) of attachments to be stored locally on the web server. If set to a value lower than the :param:`maxattachmentsize` parameter, attachments will never be kept on the local filesystem.
:command:`git clone https://git.mozilla.org/bugzilla/bugzilla`
+.. todo:: Need to check out stable branch, not master
+
If that's not possible, you can
`download a tarball of Bugzilla <http://www.bugzilla.org/download/>`_.
Once you have SQLite installed, no additional configuration is required to
run Bugzilla.
-.. todo:: This doesn't work - gives a timezone-related error on my box.
-
The database will be stored in :file:`$BUGZILLA_HOME/data/db/$db_name`, where
``$db_name`` is the database name defined in :file:`localconfig`.