Skip to content

Instantly share code, notes, and snippets.

View prakashmurthy's full-sized avatar

Prakash Murthy prakashmurthy

View GitHub Profile
$:.unshift(File.expand_path('./lib', ENV['rvm_path'])) # Add RVM's lib directory to the load path.
require 'rvm/capistrano' # Load RVM's capistrano plugin.
require 'bundler/capistrano'
require 'whenever/capistrano'
set :application, 'application_name'
set :base_path, '/u/apps'
default_run_options[:pty] = true
set :scm, :git
#!/usr/bin/ruby
require 'rubygems'
require 'net/http'
require 'yaml'
require 'cgi'
require 'bossman'
include BOSSMan
require 'igraph'