An abstraction of the Sprinkle scripts I use to set up a Rails environment on a Debian Linode, although it should work on any Debian 5.0 install.
- apache
- git
- monit
- passenger
- postgres
- ruby
- gems
- bundler
It can also copy over any virtual hosts you create in assets/apache/sites
.
-
Install sprinkle, if you do not already have it.
gem install sprinkle
-
Now download or clone sprinkle-linode.
git clone git://github.com/tristandunn/sprinkle-linode.git
-
Edit, rename, or remove the the configuration files in
./assets/
. -
Copy
deploy.example.rb
todeploy.rb
and edit the settings appropriately. For more details on possible options, see Capistrano.cp deploy.example.rb deploy.rb
-
Finally run
install.rb
withsprinkle
.sprinkle -c -s install.rb
-
Now grab a drink, sit back, and relax. It will install everything in around 15 minutes!
The majority of this is based on the examples provided with Sprinkle.
The MIT License
Copyright (c) 2008-2009 Marcus Crafter [email protected] Copyright (c) 2009-2010 Tristan Dunn
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.