Skip to content

Commit c6e23b8

Browse files
authored
Trivial editing (#305)
1 parent 0146f46 commit c6e23b8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • source/quickinstallationguide

source/quickinstallationguide/qig.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ CloudStack. We will go over the steps to prepare now.
8686
Operating 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
9090
CentOS 7 on your hardware. The defaults will generally be acceptable for this
9191
installation - 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

9494
Once this installation is complete, you'll want to gain access to your
9595
server - 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

452452
Installation
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
464464
is 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

472472
With the application itself installed we can now setup the database, we'll do
473473
that with the following command and options:

0 commit comments

Comments
 (0)