Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auser/cloudfoundry-cookbook
cloudfoundry-cookbook
https://github.com/auser/cloudfoundry-cookbook
Last synced: 4 months ago
JSON representation
cloudfoundry-cookbook
- Host: GitHub
- URL: https://github.com/auser/cloudfoundry-cookbook
- Owner: auser
- Created: 2011-04-15T19:12:38.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-25T18:06:11.000Z (over 13 years ago)
- Last Synced: 2024-04-14T14:21:26.873Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 86.9 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
Description
===========Configures `vcap` cloudfoundry app.
Recipes
=======default
-------
The default recipe builds a vcap cookbook. It builds rvm with both ruby-1.8.7 and ruby-1.9.2, while defaulting to ruby-1.9.2. It will install all the necessary components to have a running, working cloudfoundry instance.Usage
=====This package depends on a few recipes being available:
nginx
mysql::server
postgresql
nodejs
redis
erlang
rabbitmq
mongodb::sourceAdd the recipe `recipe[default]` to your run list and you're good to go!
License and Author
==================Author:: Ari Lerner ()
Copyright 2011 Ari Lerner
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.