Skip to content

Instantly share code, notes, and snippets.

@galori
Created July 8, 2012 20:27
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