0.0
No commit activity in last 3 years
No release in over 3 years
In this gem, there's some deploy recipes includes: nginx, puma, db, secret, fast_assets, and it also provide cdn, compile assets locally function
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.1.0
~> 1.23.0
 Project Readme

Code Climate security

Summary

This gem is the basic deploy recipes for capistrano 2.15.5, the recipes includes tasks hooks around capistrano deploy tasks, and configuration template for each service (like nginx, puma .. etc), you don't have to write deploy tasks yourself, just configure it. And below is all recipes:

  1. nginx
  2. puma
  3. preconfig (new feature)
  4. db
  5. secret
  6. fast_assets
  7. dev

Installation

in your Gemfile

gem 'visionbundles', '~> 0.3.4'
# gem 'visionbundles', github: 'afunction/visionbundles' # or use latest source

group :development do
  gem 'capistrano', '~> 2.15.5', require: false
end

then run bundle install

Wiki

Other tools

ubuntu-rails-app-installer is a server tool for install basic rails production environment and this script write on shellscript, you can use it to install nginx, percona database, basic secure setting, firewall, rails deploy user ... etc.

Contribution

Just send PR to me.

Contact me

eddie [at] visionbundles [dot] com

Visionbundles Int'l Ltd.