Updated Branches:
  refs/heads/master ba5e7b2b0 -> 43145f58c

Updating installer up to step 9


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/43145f58
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/43145f58
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/43145f58

Branch: refs/heads/master
Commit: 43145f58ca415f125c952c5df0604370f4859678
Parents: ba5e7b2
Author: Lahiru Sandaruwan <[email protected]>
Authored: Fri Jan 17 08:23:32 2014 +0530
Committer: Lahiru Sandaruwan <[email protected]>
Committed: Fri Jan 17 08:23:32 2014 +0530

----------------------------------------------------------------------
 tools/stratos-installer/README.txt | 24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/43145f58/tools/stratos-installer/README.txt
----------------------------------------------------------------------
diff --git a/tools/stratos-installer/README.txt 
b/tools/stratos-installer/README.txt
index 7fa798f..1e6a293 100644
--- a/tools/stratos-installer/README.txt
+++ b/tools/stratos-installer/README.txt
@@ -1,8 +1,8 @@
-Apahe Stratos version 3.0.0
+Apahe Stratos version 4.0.0-SNAPSHOT
 -----------------------------
 
-5th September 2013
-Welcome to the Apache Stratos 3.0.0
+14th January 2014
+Welcome to the Apache Stratos 4.0.0-SNAPSHOT
 
 
 Important
@@ -30,30 +30,24 @@ How to Install
    cd incubator-stratos
    mvn clean install
 
-3. Copy cloud controller, stratos controller, elb, agent and cli packages to a 
desired location (this will be identified as stratos-pack-path):
+3. Copy cloud controller, stratos manager, autoscaler and cli packages to a 
desired location (this will be identified as stratos-pack-path):
 
    cp 
incubator-stratos/products/cloud-controller/modules/distribution/target/apache-stratos-cc-<version>.zip
 <stratos-pack-path>
-   cp 
incubator-stratos/products/stratos-controller/modules/distribution/target/apache-stratos-sc-<version>.zip
 <stratos-pack-path> 
-   cp 
incubator-stratos/products/elb/modules/distribution/target/apache-stratos-elb-<version>.zip
 <stratos-pack-path>   
-   cp 
incubator-stratos/products/stratos-agent/distribution/target/apache-stratos-agent-<version>.zip
 <stratos-pack-path>
+   cp 
incubator-stratos/products/stratos-manager/modules/distribution/target/apache-stratos-sc-<version>.zip
 <stratos-pack-path> 
+   cp 
incubator-stratos/products/autoscaler/modules/distribution/target/apache-stratos-elb-<version>.zip
 <stratos-pack-path>   
 
 4. Download WSO2 Message Broker binary distribution from 
http://wso2.com/products/message-broker/ and copy it to stratos-pack-path. Here 
you could use any preferred 
    message broker product which supports AMQP.
-   Message broker is used for communication of Cloud Controller and other 
products,here we show how to use WSO2 MB for this.
-   Let's say the extracted directory is WSO2MB_HOME. Then find portoffset 
value at WSO2MB_HOME/repository/conf/carbon.xml and set it to 5.
-   Start the MB server with wso2server.sh script at WSO2MB_HOME/bin.
-       E.g. ./wso2server.sh
+   Message broker is used for communication of Stratos products,here we show 
how to use WSO2 MB for this.
 
-5. Extract WSO2 Message Broker distribution to desired path (this will be 
identified as stratos-path) and set it's port offset 
-   in repository/conf/carbon.xml to 5. This will set the actual port to 5677. 
+5. Download WSO2 Complex Event Processor binary distribution from 
http://wso2.com/products/complex-event-processor/ and copy it to 
stratos-pack-path.
 
 6. Download MySql Java connector from http://dev.mysql.com/downloads and copy 
the jar file to stratos-pack-path.
 
 7. Create and download keys from IaaSs and store them on a secure location.
 
 8. If Apache Stratos being setup in multiple nodes open up the security rules 
in IaaSs for the following ports (defined in ./conf/setup.conf file):
-   agent_https_port, agent_http_port, elb_port, agent_clustering_port, 
sc_cluster_port, elb_cluster_port,
-   cassandra_port, stratos_db_port, userstore_db_port
+   autoscalert_https_port, autoscaler_http_port, cassandra_port, 
stratos_db_port, userstore_db_port
 
 9. Either download pre-built cartridge images from Apache Stratos website or 
create your own cartridges. Please refer Apache Stratos documentation 
    for more information on creating cartridge images. For Amazon EC2, you 
could find pre-built PHP, MySQL and Tomcat cartridges published in Amazon EC2

Reply via email to