0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Copy beautiful recipes into project
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
 Project Readme

RecipesMatic

Copy beautiful recipes into project

Installation

Add this line to your application's Gemfile:

gem 'recipes_matic'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install recipes_matic

Usage

Add following gem to Gemfile

gem 'capistrano', '~> 3.4.0'
gem 'unicorn', '~> 4.9.0'
group :development do
  gem 'capistrano-rails',   '~> 1.1', require: false
  gem 'capistrano-bundler', '~> 1.1', require: false
  gem 'sshkit-sudo', require: false
  gem 'capistrano-maintenance', '~> 1.0', require: false
  gem 'recipes_matic'
end

And then execute

bundle install
bundle exec capistrano install
rails g recipes_matic:install

Now edit config/deploy.rb, config/deploy/recipes/base.rb

Add this line to end of config/deploy.rb file

load 'config/deploy/recipes/base.rb'

Also look our example config/deploy.rb file example Capfile file

If you want to prepare your server, run the following command

For production : bundle exec cap production deploy:prepare

For staging : bundle exec cap staging deploy:prepare

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Credits

lab2023

License

Copyright © 2013-2015 lab2023 - information technologies