An open API service indexing awesome lists of open source software.

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

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
----