Created
February 10, 2013 16:12
-
-
Save garyjohnson/4750062 to your computer and use it in GitHub Desktop.
Getting Ubuntu EC2 instance up and running as Jenkins slave for Ruby
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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