Skip to content

Instantly share code, notes, and snippets.

@garyjohnson
Created February 10, 2013 16:12
Show Gist options
  • Select an option

  • Save garyjohnson/4750062 to your computer and use it in GitHub Desktop.

Select an option

Save garyjohnson/4750062 to your computer and use it in GitHub Desktop.
Getting Ubuntu EC2 instance up and running as Jenkins slave for Ruby
sudo apt-get install -f default-jdk
sudo apt-get install -f git-all
\curl -L https://get.rvm.io | bash -s stable
sudo apt-get --no-install-recommends install -y bash curl git patch bzip2
sudo apt-get --no-install-recommends install -y build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev libgdbm-dev ncurses-dev automake libtool bison subversion pkg-config libffi-dev
sudo apt-get install -y nodejs
rvm install 1.9.3 --default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment