Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drnic/community-cf-release
https://github.com/drnic/community-cf-release
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/drnic/community-cf-release
- Owner: drnic
- Created: 2013-01-25T07:50:50.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-24T18:47:06.000Z (over 10 years ago)
- Last Synced: 2023-04-10T17:09:44.855Z (over 1 year ago)
- Language: Ruby
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Community BOSH release for CloudFoundry
## Release to your BOSH
To create and upload the latest final release to your BOSH:
```
git clone git://github.com/drnic/community-cf-release.git
cd community-cf-release
bosh upload release releases/1.yml
```## Don't have a BOSH?
```
gem install bosh-bootstrap
bosh-bootstrap deploy --latest-stemcell
```Choose AWS or OpenStack, select regions, choose some defaults, and choose the option to create a new "Inception VM" (if you don't know what it is, then you'll need one).
30 minutes or so later you will have a BOSH running. You can now run the commands above.