https://github.com/eitansuez/geode-release
BOSH Release for Apache Geode
https://github.com/eitansuez/geode-release
Last synced: about 1 year ago
JSON representation
BOSH Release for Apache Geode
- Host: GitHub
- URL: https://github.com/eitansuez/geode-release
- Owner: eitansuez
- Created: 2018-08-25T03:05:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T03:38:51.000Z (almost 8 years ago)
- Last Synced: 2025-02-26T01:27:05.094Z (over 1 year ago)
- Language: Ruby
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.adoc
Awesome Lists containing this project
README
Learning http://bosh.io[BOSH^] by building an apache geode release.
To run tests, make sure you have a https://github.com/rbenv/rbenv[ruby installed^], then:
[source,bash]
----
$ bundle install
$ bundle exec rspec
----
To deploy, make sure you have a https://bosh.io/docs/bosh-lite/[director configured^], then:
[source,bash]
----
$ bosh -d geode deploy manifests/geode.yml
----