Hello World from OSS Silicon Valley


HowToUse/CloudFoundry/6.23


#contents

*Prerequisite [#ed8fb209]
-Ubuntu installation (You can refer [[HowToUse/UbuntuServer/14.04]])

*Install&Setup [#h58188c0]
:Step.1|
Execute the following commands.

 $ wget -q -O - https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | sudo apt-key add -
 $ echo "deb http://packages.cloudfoundry.org/debian stable main" | sudo tee /etc/apt/sources.list.d/cloudfoundry-cli.list
 $ sudo apt-get update
 $ sudo apt-get install cf-cli

*HowToUse [#x757625c]
:Step.1|
Push the software.

 $ cf push <project name>

*Author [#vf9a8767]
S.Yatsuzuka

#back(back,center,0)