From: nhkeni Date: Sun, 21 Jun 2026 05:05:24 +0000 (-0400) Subject: Bug 2040088: Documentation: Get Bugzilla before asking the user to copy a file from... X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fbugzilla.git Bug 2040088: Documentation: Get Bugzilla before asking the user to copy a file from it. (#212) Co-authored-by: Keni --- diff --git a/docs/en/rst/installing/quick-start.rst b/docs/en/rst/installing/quick-start.rst index 5b58563ad..4b76a1221 100644 --- a/docs/en/rst/installing/quick-start.rst +++ b/docs/en/rst/installing/quick-start.rst @@ -68,6 +68,22 @@ the next steps (up to step 7) in another terminal while you wait for the second command to finish. If you start another terminal, you will need to :command:`sudo su` again. +Download Bugzilla +================= + +Get it from our Git repository: + +:command:`mkdir -p /var/www/webapps` + +:command:`cd /var/www/webapps` + +:command:`git clone --branch release-X.X-stable https://github.com/bugzilla/bugzilla bugzilla` + +(where "X.X" is the 2-digit version number of the stable release of Bugzilla +that you want - e.g. 5.2) + +:command:`cd bugzilla` + Configure MariaDB ================= @@ -116,20 +132,6 @@ For more in depth setup instructions, refer to :ref:`Apache section of this docu :command:`service apache2 restart` -Download Bugzilla -================= - -Get it from our Git repository: - -:command:`mkdir -p /var/www/webapps` - -:command:`cd /var/www/webapps` - -:command:`git clone --branch release-X.X-stable https://github.com/bugzilla/bugzilla bugzilla` - -(where "X.X" is the 2-digit version number of the stable release of Bugzilla -that you want - e.g. 5.2) - Install Additional Perl Modules ===============================