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¶ ↑
-
Fork it
-
Create your feature branch (
git checkout -b my-new-feature
) -
Commit your changes (
git commit -am 'Add some feature'
) -
Push to the branch (
git push origin my-new-feature
) -
Create new Pull Request
Credits¶ ↑
-
RecipesMatic
is maintained and funded by lab2023 - information technologies -
Thank you to all the contributors!
-
The names and logos for lab2023 are trademarks of lab2023, inc.
License¶ ↑
Copyright © 2013-2015 lab2023 - information technologies