summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/installing/sqlite.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/rst/installing/sqlite.rst')
-rw-r--r--docs/en/rst/installing/sqlite.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/en/rst/installing/sqlite.rst b/docs/en/rst/installing/sqlite.rst
new file mode 100644
index 000000000..bf5953666
--- /dev/null
+++ b/docs/en/rst/installing/sqlite.rst
@@ -0,0 +1,14 @@
+.. _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.
+
+The database will be stored in :file:`$BUGZILLA_HOME/data/db/$db_name`, where
+``$db_name`` is the database name defined in :file:`localconfig`.