From 4ea40a7d81e7db41a8a128c2b33dc72cc8f7abfd Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Sun, 19 Feb 2023 13:40:56 +1100 Subject: [PATCH] Trivial editing --- source/quickinstallationguide/qig.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/quickinstallationguide/qig.rst b/source/quickinstallationguide/qig.rst index 3f1cb7f1a3..4183931ea1 100644 --- a/source/quickinstallationguide/qig.rst +++ b/source/quickinstallationguide/qig.rst @@ -86,10 +86,10 @@ CloudStack. We will go over the steps to prepare now. Operating System ~~~~~~~~~~~~~~~~ -Using the CentOS 7.9.2009 minmal x86_64 install ISO, you'll need to install +Using the CentOS 7.9.2009 minimal x86_64 install ISO, you'll need to install CentOS 7 on your hardware. The defaults will generally be acceptable for this installation - but make sure to configure IP address/parameters so that you can later install needed -packages from internet. Later, we will change the network configuration as needed. +packages from the internet. Later, we will change the network configuration as needed. Once this installation is complete, you'll want to gain access to your server - through SSH. @@ -447,7 +447,7 @@ Install Python MySQL connector from the MySQL community repository (which we've # yum -y install mysql-connector-python Please note that the previously required ``mysql-connector-java`` library is now bundled with CloudStack -Management server and is no more required to be installed separately. +Management server and is no longer required to be installed separately. Installation ~~~~~~~~~~~~ @@ -460,14 +460,14 @@ following command: # yum -y install cloudstack-management CloudStack |version| requires Java 11 JRE. Installing the management server -will automatically install Java 11, but it's good to explicitly confirm that the Java 11 +will automatically install Java 11, but it's good to explicitly confirm that Java 11 is the selected/active one (in case you had a previous Java version already installed): .. parsed-literal:: $ alternatives --config java -Make sure that Java 11 is the chosen one. +Make sure that Java 11 is selected. With the application itself installed we can now setup the database, we'll do that with the following command and options: