Skip to content

nedforce/railscluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Railscluster Deployment

This Gem enables quick deployment to railscluster.nl hosting. We make some assumptions about your setup, these can be overwritten in your deploy.rb. See section settings below for details.

Usage

  1. Add the gem to you Gemfile:
gem 'railscluster'
  1. Setup Capistrano with bundle exec capify .
  2. Replace the content of your deploy.rb with the following:
# Keep after settings
require 'railscluster/capistrano'
  1. Customize any settings. See sections below.

  2. Setup the environment: cap deploy:setup

  3. Deploy: cap deploy

That should be all!

Settings

To deploy to RailsCluster only three settings need to be provided, these can be set in your deploy.rb as follows or be provided via prompt during deployment. Settings these settings need to be kept before the require.

set :account,     'account_name'
set :repository,  'https://github.com/your/application.git'
set :branch,      'master'

Further settings have defaults that should be fine in most cases, however you can override/set them as needed. The most important settings you can use:

:hard_restart # Restart by stop-start, defaults to true. Set to false to use a one-by-one restart.

:app_shared_children # Add folder and files to be symlinked into shared beyond the following defaults: tmp/pids, config/database.yml, public/uploads and private/uploads

:dbtype # Postgresql or Mysql, defaults to postgresql.

:scm    # Version control used, defaults to git.

:local_precompile # Precompile locally, defaults to false.

:airbrake_enabled # Load airbrake capistrano integration, defaults to false.

About

RailsCluster deployment gem

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages