@@ -86,10 +86,10 @@ CloudStack. We will go over the steps to prepare now.
8686Operating System
8787~~~~~~~~~~~~~~~~
8888
89- Using the CentOS 7.9.2009 minmal x86_64 install ISO, you'll need to install
89+ Using the CentOS 7.9.2009 minimal x86_64 install ISO, you'll need to install
9090CentOS 7 on your hardware. The defaults will generally be acceptable for this
9191installation - but make sure to configure IP address/parameters so that you can later install needed
92- packages from internet. Later, we will change the network configuration as needed.
92+ packages from the internet. Later, we will change the network configuration as needed.
9393
9494Once this installation is complete, you'll want to gain access to your
9595server - through SSH.
@@ -447,7 +447,7 @@ Install Python MySQL connector from the MySQL community repository (which we've
447447 # yum -y install mysql-connector-python
448448
449449 Please note that the previously required ``mysql-connector-java `` library is now bundled with CloudStack
450- Management server and is no more required to be installed separately.
450+ Management server and is no longer required to be installed separately.
451451
452452Installation
453453~~~~~~~~~~~~
@@ -460,14 +460,14 @@ following command:
460460 # yum -y install cloudstack-management
461461
462462 CloudStack |version | requires Java 11 JRE. Installing the management server
463- will automatically install Java 11, but it's good to explicitly confirm that the Java 11
463+ will automatically install Java 11, but it's good to explicitly confirm that Java 11
464464is the selected/active one (in case you had a previous Java version already installed):
465465
466466 .. parsed-literal ::
467467
468468 $ alternatives --config java
469469
470- Make sure that Java 11 is the chosen one .
470+ Make sure that Java 11 is selected .
471471
472472With the application itself installed we can now setup the database, we'll do
473473that with the following command and options:
0 commit comments