Skip to content

Instantly share code, notes, and snippets.

@tdelam
Created September 7, 2012 18:25
Show Gist options
  • Select an option

  • Save tdelam/3668372 to your computer and use it in GitHub Desktop.

Select an option

Save tdelam/3668372 to your computer and use it in GitHub Desktop.
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
insert deployment/workcomeon.com/Gemfile
insert deployment/workcomeon.com/Gemfile
force deployment/workcomeon.com/config/database.yml
append deployment/workcomeon.com/config/database.yml
gsub deployment/workcomeon.com/Gemfile
run createdb workcomeon.com from "."
run createdb workcomeon.com_development from "."
run cat Gemfile from "._deployment/workcomeon.com"
source 'https://rubygems.org'
gem 'rails', '3.2.7'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'pg'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', :platforms => :ruby
gem 'uglifier', '>= 1.0.3'
gem 'execjs'
gem 'therubyracer'
end
gem 'jquery-rails', '~> 2.0.0'
gem 'refinerycms', :git => 'git://github.com/refinery/refinerycms.git'
gem 'refinerycms-i18n', :git => 'git://github.com/parndt/refinerycms-i18n.git'
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
# To use Jbuilder templates for JSON
# gem 'jbuilder'
# Use unicorn as the app server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'debugger'
run bundle install from "._deployment/workcomeon.com"
Using rake (0.9.2.2)
Using i18n (0.6.0)
Using multi_json (1.3.6)
Using activesupport (3.2.7)
Using builder (3.0.0)
Using activemodel (3.2.7)
Using erubis (2.7.0)
Using journey (1.0.4)
Using rack (1.4.1)
Using rack-cache (1.2)
Using rack-test (0.6.1)
Using hike (1.2.1)
Using tilt (1.3.3)
Using sprockets (2.1.3)
Using actionpack (3.2.7)
Using mime-types (1.19)
Using polyglot (0.3.3)
Using treetop (1.4.10)
Using mail (2.4.4)
Using actionmailer (3.2.7)
Using arel (3.0.2)
Using tzinfo (0.3.33)
Using activerecord (3.2.7)
Using activeresource (3.2.7)
Using bcrypt-ruby (3.0.1)
Using highline (1.6.13)
Using net-ssh (2.5.2)
Using net-scp (1.0.4)
Using net-sftp (2.0.5)
Using net-ssh-gateway (1.1.0)
Using capistrano (2.12.0)
Using coffee-script-source (1.3.3)
Using execjs (1.4.0)
Using coffee-script (2.2.0)
Using rack-ssl (1.3.2)
Using json (1.7.4)
Using rdoc (3.12)
Using thor (0.15.4)
Using railties (3.2.7)
Using coffee-rails (3.2.2)
Using daemons (1.1.9)
Using delayed_job (3.0.3)
Using delayed_job_active_record (0.3.2)
Using haml (3.1.6)
Using rack-protection (1.2.0)
Using sinatra (1.3.2)
Using delayed_job_web (1.1.2)
Using dynamic_form (1.1.4)
Using eventmachine (0.12.10)
Using faker (1.0.1)
Using jquery-rails (2.0.2)
Using libv8 (3.3.10.4)
Using pg (0.14.0)
Using bundler (1.1.5)
Using rails (3.2.7)
Using sass (3.1.20)
Using sass-rails (3.2.5)
Using sqlite3 (1.3.5)
Using therubyracer (0.10.2)
Using thin (1.4.1)
Using uglifier (1.2.7)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
run gem list from "._deployment/workcomeon.com"
*** LOCAL GEMS ***
actionmailer (3.2.7)
actionpack (3.2.7)
activemodel (3.2.7)
activerecord (3.2.7)
activeresource (3.2.7)
activesupport (3.2.7)
arel (3.0.2)
bcrypt-ruby (3.0.1)
builder (3.0.0)
bundler (1.1.5)
capistrano (2.12.0)
coffee-rails (3.2.2)
coffee-script (2.2.0)
coffee-script-source (1.3.3)
daemons (1.1.9)
delayed_job (3.0.3)
delayed_job_active_record (0.3.2)
delayed_job_web (1.1.2)
dynamic_form (1.1.4)
erubis (2.7.0)
eventmachine (0.12.10)
execjs (1.4.0)
faker (1.0.1)
haml (3.1.6)
highline (1.6.13)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.4)
jquery-rails (2.0.2)
json (1.7.4)
libv8 (3.3.10.4 x86_64-darwin-12)
mail (2.4.4)
mime-types (1.19)
multi_json (1.3.6)
net-scp (1.0.4)
net-sftp (2.0.5)
net-ssh (2.5.2)
net-ssh-gateway (1.1.0)
pg (0.14.0)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
rack-protection (1.2.0)
rack-ssl (1.3.2)
rack-test (0.6.1)
rails (3.2.7)
railties (3.2.7)
rake (0.9.2.2)
rdoc (3.12)
sass (3.1.20)
sass-rails (3.2.5)
sinatra (1.3.2)
sprockets (2.1.3)
sqlite3 (1.3.5)
therubyracer (0.10.2)
thin (1.4.1)
thor (0.15.4)
tilt (1.3.3)
treetop (1.4.10)
tzinfo (0.3.33)
uglifier (1.2.7)
run rails g refinery:cms --fresh-installation from "._deployment/workcomeon.com"
Could not find generator refinery:cms.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment