Skip to content

Instantly share code, notes, and snippets.

@galori
Created July 8, 2012 20:27
Show Gist options
  • Save galori/3072675 to your computer and use it in GitHub Desktop.
Save galori/3072675 to your computer and use it in GitHub Desktop.
Ubuntu Server 10.4 on Virtual Box CI Server for Ruby on Rails project
* Install Virtual Box
* Install latest ubuntu server on it
* sudo apt-get install dkms build-essentials gcc gcc++ make xserver-xorg xserver-xorg-core
* sudo reboot
* sudo mount /dev/cdrom /media/cdrom
* cd /media/cdrom
* sudo ./VBoxLinuxAdditions-x86.run
* install RVM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment