Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auser/torquebox-cookbook
Torquebox cookbook
https://github.com/auser/torquebox-cookbook
Last synced: 15 days ago
JSON representation
Torquebox cookbook
- Host: GitHub
- URL: https://github.com/auser/torquebox-cookbook
- Owner: auser
- Created: 2011-04-15T19:13:18.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-19T04:35:20.000Z (almost 14 years ago)
- Last Synced: 2024-11-11T12:06:02.119Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 105 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
Description
===========Configures `torquebox` server.
Recipes
=======default
-------
The default recipe builds a torquebox server. It builds rvm with jruby-1.6.0. It will install all the necessary components to have a running, working torquebox instance.Usage
=====Add the recipe `recipe[torquebox]` to your run list and you're good to go!
To allow the torquebox user to login to the server, add the ssh key to the torquebox `attributes/users.rb` file.
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.