0.0
No commit activity in last 3 years
No release in over 3 years
Deploy module for sunrise-cms using capistrano
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Sunrise Desploy¶ ↑

Simple deployment schema for project

Install¶ ↑

group :development do
  gem "sunrise-deploy"
end

bundle install

rails generate sunrise:deploy:install

Usage¶ ↑

Update code, bundle install, migrate, assets precompile and restart server:

bundle exec cap app:deploy

Update code and restart server:

bundle exec cap app:touch

Update code:

bundle exec cap app:update

Restart server:

bundle exec cap app:restart

Migrate db:

bundle exec cap app:migrate

Precompile assets:

bundle exec cap assets:precompile

Bundler install:

bundle exec cap bundle:install

Clear cached files in folders [“tmp/cache”, “public/cache”]:

bundle exec cap cache:clear

Copyright © 2012 Fodojo, released under the MIT license