Skip to content

onesite/cf-services-contrib

 
 

Repository files navigation

Copyright (c) 2009-2011 VMware, Inc.

== What is Cloud Foundry?

Cloud Foundry is an open platform-as-a-service (PaaS). The system supports
multiple frameworks, multiple application infrastructure services and
deployment to multiple clouds.

== What is this component

The cf-services-contrib repo contains a collection of cloud foundry services that have
been written by the community at large. These services are not "officially" supported by the CF
team.

Submit pull requests to this repository if you'd like to publish a new service for the
community to use.

== License

Cloud Foundry uses the Apache 2 license.  See LICENSE for details.

== Installation Notes

Complete installation notes are present in the README for vcap

== Unit Test Instructions

To run the unit test of each service, go to the folder of the service, run

bundle install --deployment --without development production

, which will install the necessary gems for you, then do

bundle exec rake spec

to run the unit tests. Please note that you might need necessary binary files to
pass the unit test. Normally these binaries are required to be installed in
accordance to the path specified in the config file, i.e., the .yml file in
the config directory. The nats information might also need to be updated to match
the configuration of the nats server.

== File a Bug

To file a bug against Cloud Foundry Open Source and its components, sign up and use our
bug tracking system: http://cloudfoundry.atlassian.net

About

Community contributed services that run on CloudFoundry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.3%
  • Shell 0.7%