Created
July 8, 2012 20:27
Ubuntu Server 10.4 on Virtual Box CI Server for Ruby on Rails project
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
* 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