bzrmirror%bugzilla.org 67db910170 Reorganize "About", and make all TODO items more clear using todo extension.
git-svn-id: svn://10.0.0.236/trunk@265715 18797224-902f-48f8-a5cc-f745e15eee43
2014-12-03 22:15:49 +00:00

18 lines
619 B
ReStructuredText

.. _sqlite:
SQLite
######
.. warning:: Due to SQLite's `concurrency
limitations <http://sqlite.org/faq.html#q5>`_ we recommend SQLite only for
small and development Bugzilla installations.
Once you have SQLite installed, no additional configuration is required to
run Bugzilla. Simply set ``$db_driver`` to ``Sqlite`` (case-sensitive) in
:file:`localconfig`, when you get to that point in the installation.
.. todo:: This doesn't work - gives a timezone-related error on my box.
The database will be stored in :file:`data/db/$db_name`, where ``$db_name``
is the database name defined in :file:`localconfig`.