integrating/index
api/index
localizing/index
-
-.. toctree::
- :hidden:
-
- installing/mysql
- installing/postgresql
- installing/oracle
- installing/sqlite
-
-.. toctree::
- :hidden:
-
- installing/apache
- installing/apache-windows
- installing/iis
.. _apache-windows:
-Apache
-######
+Apache on Windows
+#################
Bugzilla supports all versions of Apache 2.2.x and 2.4.x.
--- /dev/null
+.. _db_server:
+
+Database Server
+###############
+
+Bugzilla requires a database to store its data. We recommend either MySQL or
+PostgreSQL for production installations. Oracle 10 should work fine, but very
+little or no testing has been done with Oracle 11 and 12. SQLite is easy to
+configure but, due to its limitations, it should only be used for testing
+purposes and very small installations.
+
+.. toctree::
+ :maxdepth: 1
+
+ mysql
+ postgresql
+ oracle
+ sqlite
linux
windows
mac-os-x
+ web_server
+ db_server
essential-post-install-config
optional-post-install-config
migrating
We have specific configuration instructions for the following:
* :ref:`apache`
+* :ref:`nginx`
.. _linux-config-database:
--- /dev/null
+.. _nginx:
+
+Nginx
+#####
+
+Nginx can run Bugzilla as a PSGI application using Plack.
+
+.. todo:: Give an example of how to configure Nginx and Plack.
+ Work tracked in `bug 645282 <https://bugzilla.mozilla.org/show_bug.cgi?id=645282>`_.
--- /dev/null
+.. _web_server:
+
+Web Server
+##########
+
+Bugzilla requires a web server. It supports the following:
+
+.. toctree::
+ :maxdepth: 1
+
+ apache
+ apache-windows
+ iis
+ nginx