Skip to content

Instantly share code, notes, and snippets.

@sj26
Last active March 15, 2016 01:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sj26/35dc5e343d45f0177a07 to your computer and use it in GitHub Desktop.
Save sj26/35dc5e343d45f0177a07 to your computer and use it in GitHub Desktop.
docker run -it ubuntu /bin/bash
apt-get update -y
apt-get install -y curl build-essential libgmp-dev libpq-dev
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s 1.26.11 --ruby=2.3.0
source /etc/profile.d/rvm.sh
rvm use 2.3.0@gemset --create
gem install --no-rdoc --no-ri \
aasm:4.7.0 \
actionmailer:4.2.5 \
actionpack:4.2.5 \
actionview:4.2.5 \
activejob:4.2.5 \
activemodel:4.2.5 \
activerecord:4.2.5 \
activesupport:4.2.5 \
acts_as_list:0.7.2 \
addressable:2.4.0 \
arel:6.0.3 \
autoprefixer-rails:6.3.1 \
bcrypt:3.1.10 \
bigdecimal:1.2.8 \
binding_of_caller:0.7.2 \
bootstrap-multiselect-rails:0.9.9 \
bootstrap-sass:3.3.4.1 \
builder:3.2.2 \
bundle:0.0.1 \
bundler:1.11.2 \
bundler-unload:1.0.2 \
byebug:8.2.1 \
cancancan:1.13.1 \
capistrano:2.15.7 \
capybara:2.6.0 \
climate_control:0.0.3 \
cocaine:0.5.8 \
coffee-rails:4.1.1 \
coffee-script:2.4.1 \
coffee-script-source:1.10.0 \
concurrent-ruby:1.0.0 \
daemons:1.2.3 \
database_cleaner:1.5.1 \
debug_inspector:0.0.2 \
delayed_job:4.1.1 \
delayed_job_active_record:4.1.0 \
devise:3.4.1 \
did_you_mean:1.0.0 \
diff-lcs:1.2.5 \
email_spec:2.0.0 \
erubis:2.7.0 \
eventmachine:1.0.9.1 \
exception_notification:4.1.4 \
execjs:2.6.0 \
executable-hooks:1.3.2 \
factory_girl:4.5.0 \
factory_girl_rails:4.5.0 \
gem-wrappers:1.2.7 \
globalid:0.3.6 \
highline:1.7.8 \
htmlentities:4.3.4 \
httparty:0.13.7 \
i18n:0.7.0 \
io-console:0.4.5 \
jbuilder:2.4.0 \
jquery-rails:4.1.0 \
json:1.8.3 \
launchy:2.4.3 \
loofah:2.0.3 \
mail:2.6.3 \
mailcatcher:0.6.4 \
mime-types:2.99 \
mini_portile2:2.0.0 \
minitest:5.8.4 \
minitest:5.8.3 \
multi_json:1.11.2 \
multi_xml:0.5.5 \
net-scp:1.2.1 \
net-sftp:2.1.2 \
net-ssh:3.0.2 \
net-ssh-gateway:1.2.0 \
net-telnet:0.1.1 \
nokogiri:1.6.7.2 \
orm_adapter:0.5.0 \
paperclip:4.2.4 \
pg:0.18.4 \
power_assert:0.2.6 \
psych:2.0.17 \
rack:1.6.4 \
rack-protection:1.5.3 \
rack-test:0.6.3 \
rails:4.2.5 \
rails-deprecated_sanitizer:1.0.3 \
rails-dom-testing:1.0.7 \
rails-html-sanitizer:1.0.2 \
railties:4.2.5 \
rake:10.5.0 \
rake:10.4.2 \
rdoc:4.2.1 \
responders:2.1.1 \
roo:2.0.1 \
rspec-core:3.4.1 \
rspec-expectations:3.4.0 \
rspec-mocks:3.4.1 \
rspec-rails:3.4.0 \
rspec-support:3.4.1 \
rubygems-bundler:1.4.4 \
rubyzip:1.1.7 \
rvm:1.11.3.9 \
rvm-capistrano:1.5.6 \
sass:3.4.21 \
sass-rails:5.0.4 \
sdoc:0.4.1 \
sinatra:1.4.7 \
skinny:0.2.4 \
slim:3.0.6 \
spring:1.6.2 \
sprockets:3.5.2 \
sprockets-rails:3.0.0 \
sqlite3:1.3.11 \
temping:3.3.0 \
temple:0.7.6 \
test-unit:3.1.5 \
thin:1.5.1 \
thor:0.19.1 \
thread_safe:0.3.5 \
tilt:2.0.2 \
turbolinks:2.5.3 \
tzinfo:1.2.2 \
uglifier:2.7.2 \
warden:1.2.4 \
web-console:2.2.1 \
will_paginate:3.0.7 \
will_paginate-bootstrap:1.0.1 \
write_xlsx:0.83.0 \
xpath:2.0.0 \
zip-zip:0.3
mailcatcher --foreground
# Starting MailCatcher
# ==> smtp://127.0.0.1:1025
# ==> http://127.0.0.1:1080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment