From f33df44300eba0beadbfbbae4a277715e9a03971 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Sat, 12 Feb 2005 02:17:13 +0000 Subject: [PATCH] Bug 275943 : 2.16 docs imply that it's necessary to run checksetup.pl as the webserver user Patch by Shane H. W. Travis r=colin.ogilvie --- docs/xml/installation.xml | 91 ++++++++++++++++++++------------------- 1 file changed, 47 insertions(+), 44 deletions(-) diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 5c6023bb19..c4dee2501c 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -735,58 +735,61 @@ AllowOverride Limit permissions, set up the data directory, and create all the MySQL tables. - - - - bash# - - ./checksetup.pl - - - - The first time you run it, it will create a file called - localconfig. + + At this point, you need to su to root. You + should remain as root until the end of the install. Then run: + - This file contains a variety of settings you may need to tweak - including how Bugzilla should connect to the MySQL database. + bash# ./checksetup.pl - The connection settings include: - - - server's host: just use - localhost - if the MySQL server is local - + + The first time you run it, it will create a file called + localconfig. + This file contains a variety of settings you may need to tweak + including how Bugzilla should connect to the MySQL database. + - - database name: - bugs - if you're following these directions - + + The connection settings include: + + + + server's host: just use localhost + if the MySQL server is local + + - - MySQL username: - bugs - if you're following these directions - + + + database name: bugs + if you're following these directions + + - - Password for the - bugs - MySQL account; (<bugs_password>) above - - + + + MySQL username: bugs + if you're following these directions + + + + + + Password for the bugs + MySQL account; (<bugs_password>) above + + + + + + + Once you are happy with the settings, re-run + checksetup.pl. + On this second run, it will create the database and an administrator + account for which you will be prompted to provide information. - Once you are happy with the settings, - su to the user - your web server runs as, and re-run - checksetup.pl. (Note: on some security-conscious - systems, you may need to change the login shell for the webserver - account before you can do this.) - On this second run, it will create the database and an administrator - account for which you will be prompted to provide information. The checksetup.pl script is designed so that you can run it at -- 2.47.2