Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions src/deploying/deploying_via_cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,20 @@ git push <giturl> master
## CloudFoundry

To deploy to CloudFoundry from the command line in [the Console](./console.html)
or [a Terminal](./terminal.html), type:
or [a Terminal](./terminal.html), you need to install [Go](./writing_a_go_app.html#download-go) first.

After Go is installed, type:

```
cd ~
wget https://github.com/cloudfoundry/vmc/zipball/master
mv master cloudfoundry
unzip cloudfoundry
cd cloudfoundry-vmc-nnnn
bundle
wget -o cf.zip https://cli.run.pivotal.io/stable?release=linux64-binary&source=github
tar -xvzf cf.zip
```

You can now run `cf` from the Console and the Terminal. For more information, see
[the official `CloudFoundry` documentation](https://github.com/cloudfoundry/cli).


## NodeJitsu

### Free and Premium Plans
Expand Down