administering/index
using/index
+.. toctree::
+ :hidden:
+
+ installing/mysql
+ installing/postgresql
+ installing/oracle
+ installing/sqlite
+
+.. toctree::
+ :hidden:
+
+ installing/apache
+ installing/apache-windows
+ installing/iis
+
.. todolist::
.. This document is shared among all non-Windows OSes.
-.. _apache-linux:
+.. _apache:
Apache
######
Any web server that is capable of running CGI scripts can be made to work.
We have specific configuration instructions for the following:
-.. toctree::
- :maxdepth: 1
-
- apache
+* :ref:`apache`
.. _linux-config-database:
Bugzilla supports MySQL, PostgreSQL, Oracle and SQLite as database servers.
You only require one of these systems to make use of Bugzilla. MySQL is
most commonly used. SQLite is good for trial installations as it requires no
-setup. Configure your server according to the instructions below.
-
-.. toctree::
- :maxdepth: 1
+setup. Configure your server according to the instructions below:
- mysql
- postgresql
- oracle
- sqlite
+* :ref:`mysql`
+* :ref:`postgresql`
+* :ref:`oracle`
+* :ref:`sqlite`
.. |checksetupcommand| replace:: :command:`./checksetup.pl`
.. |testservercommand| replace:: :command:`./testserver.pl http://<your-bugzilla-server>/`
Any web server that is capable of running CGI scripts can be made to work.
We have specific configuration instructions for the following:
-.. toctree::
- :maxdepth: 1
-
- apache
+* :ref:`apache`
You'll need to create a symbolic link so the webserver can see Bugzilla:
Bugzilla supports MySQL, PostgreSQL, Oracle and SQLite as database servers.
You only require one of these systems to make use of Bugzilla. MySQL is
most commonly used on Mac OS X. Configure your server according to the
-instructions below.
+instructions below:
.. todo:: Has anyone tried anything other than MySQL on Mac OS X?
-.. toctree::
- :maxdepth: 1
-
- mysql
- postgresql
- oracle
- sqlite
+* :ref:`mysql`
+* :ref:`postgresql`
+* :ref:`oracle`
+* :ref:`sqlite`
.. |checksetupcommand| replace:: :command:`perl checksetup.pl`
.. |testservercommand| replace:: :command:`perl testserver.pl http://<your-bugzilla-server>/`
Any web server that is capable of running CGI scripts can be made to work.
We have specific instructions for the following:
-.. toctree::
- :maxdepth: 1
-
- apache-windows
- iis
+* :ref:`apache-windows`
+* :ref:`iis`
.. windows-config-database:
You only require one of these systems to make use of Bugzilla. MySQL is
most commonly used, and is the only one for which Windows instructions have
been tested. SQLite is good for trial installations as it requires no
-setup. Configure your server according to the instructions below.
-
-.. toctree::
- :maxdepth: 1
+setup. Configure your server according to the instructions below:
- mysql
- postgresql
- oracle
- sqlite
+* :ref:`mysql`
+* :ref:`postgresql`
+* :ref:`oracle`
+* :ref:`sqlite`
.. |checksetupcommand| replace:: :command:`checksetup.pl`
.. |testservercommand| replace:: :command:`testserver.pl http://<your-bugzilla-server>/`