User:Gozer/cloudfoundry setup

From MozillaWiki
Revision as of 21:09, 4 January 2012 by Gozer (talk | contribs)
Jump to navigation Jump to search

Initial setup for labs

Machine Roles

3 machines setup:

  • vcap-controller1 (controls and runs the whole thing)
  • vcap-router1 (public request router)
  • vcap-dea1 (execution agent)

Fronted by Zeus on *.vcap.mozillalabs.com

Machine Setup

All servers are Ubuntu 10.04.3 LTS installs

Initial setup:

# Create dedicated vcap user
$> useradd -m vcap
$> su - vcap
$> mkdir $HOME/cloudfoundry
$> cd $HOME/cloudfoundry
# Get the current development code
$> git clone git://github.com/cloudfoundry/vcap.git
$> cd vcap
$> git submodule init
$> git submodule update --recursive