]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 2040088: Documentation: Get Bugzilla before asking the user to copy a file from... 5.2
authornhkeni <keni@his.com>
Sun, 21 Jun 2026 05:05:24 +0000 (01:05 -0400)
committerGitHub <noreply@github.com>
Sun, 21 Jun 2026 05:05:24 +0000 (01:05 -0400)
Co-authored-by: Keni <keni@nethack.org>
docs/en/rst/installing/quick-start.rst

index 5b58563ada14d70398bf20b28c34f165e2216940..4b76a12214d4b3975b29eca6fc89b12c4eed22a8 100644 (file)
@@ -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
 ===============================