~ggouzi/obinstall/obinstall

« back to all changes in this revision

Viewing changes to demos/cloudfoundry/README

  • Committer: MMorana
  • Date: 2016-03-24 01:18:40 UTC
  • Revision ID: mass@ubuntu.com-20160324011840-blxydmf7ca4ggle0
Splitting out demos from install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
To deploy cloud foundry.
2
 
 
3
 
Preparation:
4
 
./00-demo-prep.sh
5
 
This command installs the cf_cli package and downloads the cloudfoundry charm.
6
 
 
7
 
Run the demo:
8
 
./01-deploy.sh
9
 
 
10
 
This will first deploy the cloudfoundry orchestration charm, which then deploys all the CF services.
11
 
This will look messy in the GUI as it lays them out in a single line.
12
 
 
13
 
Once it is done run:
14
 
./02-push-app.sh
15
 
This will use the helpers.sh script to login to cloudfoundry, then download an example app and push it to cloudfoundry.
16
 
 
17
 
Show the app using the URL printed during upload,
18
 
e.g. http://highscore.10.14.100.5.xip.io/
19
 
 
20
 
For more details READ:
21
 
 trusty/cloudfoundry/README.rst