From 71e3af4326f0cd7a38931c3cdb1d40197c9e9ac2 Mon Sep 17 00:00:00 2001 From: nhkeni Date: Sun, 21 Jun 2026 01:05:24 -0400 Subject: [PATCH] Bug 2040088: Documentation: Get Bugzilla before asking the user to copy a file from it. (#212) Co-authored-by: Keni --- docs/en/rst/installing/quick-start.rst | 30 ++++++++++++++------------ 1 file changed, 16 insertions(+), 14 deletions(-) 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 =============================== -- 2.47.3