Difference: CloudSuiteV3Installation (2 vs. 3)

Revision 32016-05-24 - HamidMoghaddam

Line: 1 to 1
 
META TOPICPARENT name="CloudSuite"
-- HamidMoghaddam - 18 May 2016

The new version of CloudSuite is developed on Docker files so it needs different installation than last one. However, because some changes in files are needed for having several web servers so I do not want to use Docker.

Changed:
<
<

Creating VMs

>
>

Creating Client

 
  1. Clone one Vms from cs-web-frontend-x64
  2. Upgraded it to 14.04
Deleted:
<
<
  1. Named it cs-v3-web-client-x64
  2. cs-v3-web-memcached-x64, cs-v3-web-frontend-x64,, cs-v3-web-backend-x64 by editing their /etc/hostname
  3. 3. Assigned IP address 10.0.100.2, 10.0.100.12 , 10.0.100.32 , 10.0.100.42 to backend, frontend, client, memcached respectively by editing /etc/network/interface.
  4. 4. Edited /etc/host as item 3.
 \ No newline at end of file
Added:
>
>
  1. Named it cs-v3-web-client-x64 and assigned 10.0.100.32 by editing /etc/network/interface and /etc/host.
  2. Then used sudo -i to get root
  3. apt-get update && apt-get install -y \
  4. ant \
  5. build-essential \
  6. openjdk-7-jdk \
  7. wget
  8. Download CloudSuite 3 from this link on client.
  9. export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
  10. Went to /home/mike
  11. wget https://faban.org/downloads/faban-kit-latest.tar.gz
  12. tar zxvf faban-kit-latest.tar.gz
 \ No newline at end of file
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback