@@ -92,7 +92,7 @@ To check the signature, run the following command:
9292
9393.. sourcecode :: bash
9494
95- $ gpg --verify apache-cloudstack-4.9 .0-src.tar.bz2.asc
95+ $ gpg --verify apache-cloudstack-4.11.0 .0-src.tar.bz2.asc
9696
9797If the signature is valid you will see a line of output that contains
9898'Good signature'.
@@ -107,7 +107,7 @@ You can verify this hash by executing the following command:
107107
108108.. sourcecode :: bash
109109
110- $ gpg --print-md MD5 apache-cloudstack-4.9.0 -src.tar.bz2 | diff - apache-cloudstack-4.9 .0-src.tar.bz2.md5
110+ $ gpg --print-md MD5 apache-cloudstack-4.11.0.0 -src.tar.bz2 | diff - apache-cloudstack-4.11.0 .0-src.tar.bz2.md5
111111
112112If this successfully completes you should see no output. If there is any
113113output from them, then there is a difference between the hash you
@@ -123,7 +123,7 @@ release. You can verify this hash by executing the following command:
123123
124124.. sourcecode :: bash
125125
126- $ gpg --print-md SHA512 apache-cloudstack-4.9.0 -src.tar.bz2 | diff - apache-cloudstack-4.9 .0-src.tar.bz2.sha
126+ $ gpg --print-md SHA512 apache-cloudstack-4.11.0.0 -src.tar.bz2 | diff - apache-cloudstack-4.11.0 .0-src.tar.bz2.sha
127127
128128If this command successfully completes you should see no output. If
129129there is any output from them, then there is a difference between the
@@ -142,16 +142,14 @@ You will need, at a minimum, the following to compile CloudStack:
142142
143143#. Maven (version 3)
144144
145- #. Java (Java 7 /OpenJDK 1.7 )
145+ #. Java (Java 8 /OpenJDK 1.8 )
146146
147147#. Apache Web Services Common Utilities (ws-commons-util)
148148
149149#. MySQL
150150
151151#. MySQLdb (provides Python database API)
152152
153- #. Tomcat 6 (not 6.0.35) or Tomcat 7
154-
155153#. genisoimage
156154
157155#. rpmbuild or dpkg-dev
@@ -165,13 +163,13 @@ with a single command as follows:
165163
166164.. sourcecode :: bash
167165
168- $ tar -jxvf apache-cloudstack-4.9 .0-src.tar.bz2
166+ $ tar -jxvf apache-cloudstack-4.11.0 .0-src.tar.bz2
169167
170168You can now move into the directory:
171169
172170.. sourcecode :: bash
173171
174- $ cd ./apache-cloudstack-4.9 .0-src
172+ $ cd ./apache-cloudstack-4.11.0 .0-src
175173
176174Install new MySQL connector
177175---------------------------
@@ -234,7 +232,7 @@ several other dependencies. Note that we recommend using Maven 3.
234232 $ sudo apt-get update
235233 $ sudo apt-get install python-software-properties
236234 $ sudo apt-get update
237- $ sudo apt-get install ant debhelper openjdk-7 -jdk tomcat6 libws-commons-util-java genisoimage libcommons-codec-java libcommons-httpclient-java liblog4j1.2-java maven
235+ $ sudo apt-get install debhelper openjdk-8 -jdk libws-commons-util-java genisoimage libcommons-codec-java libcommons-httpclient-java liblog4j1.2-java maven
238236
239237While we have defined, and you have presumably already installed the
240238bootstrap prerequisites, there are a number of build time prerequisites
@@ -259,11 +257,11 @@ all of the following:
259257
260258.. sourcecode :: bash
261259
262- cloudstack-common-4.9 .0.amd64.deb
263- cloudstack-management-4.9 .0.amd64.deb
264- cloudstack-agent-4.9 .0.amd64.deb
265- cloudstack-usage-4.9 .0.amd64.deb
266- cloudstack-cli-4.9 .0.amd64.deb
260+ cloudstack-common-4.11.0 .0.amd64.deb
261+ cloudstack-management-4.11.0 .0.amd64.deb
262+ cloudstack-agent-4.11.0 .0.amd64.deb
263+ cloudstack-usage-4.11.0 .0.amd64.deb
264+ cloudstack-cli-4.11.0 .0.amd64.deb
267265
268266
269267Setting up an APT repo
@@ -343,7 +341,7 @@ Linux.
343341
344342.. sourcecode :: bash
345343
346- # yum install java-1.7 .0-openjdk-devel.x86_64 genisoimage mysql mysql-server ws-commons-util MySQL-python tomcat6 createrepo
344+ # yum install java-1.8 .0-openjdk-devel.x86_64 genisoimage mysql mysql-server ws-commons-util MySQL-python createrepo
347345
348346Next, you'll need to install build-time dependencies for CloudStack with
349347Maven. We're using Maven 3, so you'll want to grab `Maven 3.0.5 (Binary tar.gz)
@@ -364,7 +362,7 @@ environment variable to be set:
364362
365363.. sourcecode :: bash
366364
367- $ export JAVA_HOME=/usr/lib/jvm/java-1.7 .0-openjdk.x86_64
365+ $ export JAVA_HOME=/usr/lib/jvm/java-1.8 .0-openjdk.x86_64
368366
369367Verify that Maven is installed correctly:
370368
@@ -413,11 +411,11 @@ You should see the following RPMs in that directory:
413411
414412.. sourcecode :: bash
415413
416- cloudstack-agent-4.9 .0.el6.x86_64.rpm
417- cloudstack-cli-4.9 .0.el6.x86_64.rpm
418- cloudstack-common-4.9 .0.el6.x86_64.rpm
419- cloudstack-management-4.9 .0.el6.x86_64.rpm
420- cloudstack-usage-4.9 .0.el6.x86_64.rpm
414+ cloudstack-agent-4.11.0 .0.el6.x86_64.rpm
415+ cloudstack-cli-4.11.0 .0.el6.x86_64.rpm
416+ cloudstack-common-4.11.0 .0.el6.x86_64.rpm
417+ cloudstack-management-4.11.0 .0.el6.x86_64.rpm
418+ cloudstack-usage-4.11.0 .0.el6.x86_64.rpm
421419
422420
423421Creating a yum repo
0 commit comments