Sha256: f2ef63e07122ad0f7c6960268d79c49f5241588fa32ea1b6739cc72f8505215d

Contents?: true

Size: 964 Bytes

Versions: 14

Compression:

Stored size: 964 Bytes

Contents

# MagicRecipes

.. some capistrano-recipes for our deployment .. still in development.

Code is inspired by:

- [Ryan Bates](https://github.com/ryanb) .. [railscast #337](http://railscasts.com/episodes/337-capistrano-recipes) = some of the recipes

- [Sergey Nartimov](https://github.com/lest/capistrano-deploy) = the load mechanism


## Usage
add magic_recipes to your Gemfile

    gem 'magic_recipes', :require => nil

run bundle install

run the generator

    rails g magic_recipes:capify

edit 'config/deploy'

enjoy some magic


## ToDo´s

- add tests (rspec+cucumber)
- make expect-cap-task (bin/*_cap)

- improve: passenger, unicorn rbenv, postgesql, nodejs, gems, db, git, rvm
- add: puma, varnish, search-stuff, vps-stuff


## Ready

and in use .. but not tested

- nginx
- thin
- assets
- private_pub ... needs [nginx_tcp_proxy_module](https://github.com/yaoweibin/nginx_tcp_proxy_module) for nginx

### Licence
This project rocks and uses MIT-LICENSE.

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
magic_recipes-0.0.14 README.markdown
magic_recipes-0.0.13 README.markdown
magic_recipes-0.0.12 README.markdown
magic_recipes-0.0.11 README.markdown
magic_recipes-0.0.10 README.markdown
magic_recipes-0.0.9 README.markdown
magic_recipes-0.0.8 README.markdown
magic_recipes-0.0.7 README.markdown
magic_recipes-0.0.6 README.markdown
magic_recipes-0.0.5 README.markdown
magic_recipes-0.0.4 README.markdown
magic_recipes-0.0.3 README.markdown
magic_recipes-0.0.2 README.markdown
magic_recipes-0.0.1 README.markdown