Skip to content

Instantly share code, notes, and snippets.

@Orphist
Created June 10, 2014 05:25
Show Gist options
  • Save Orphist/17df0372ae7f619b2872 to your computer and use it in GitHub Desktop.
Save Orphist/17df0372ae7f619b2872 to your computer and use it in GitHub Desktop.
Installing Virtual Box and Vagrant on Mac OS X
Installing Virtual Box and Vagrant on Mac OS X
kyolee310 edited this page on Jul 11, 2013 · 10 revisions
Pages 9
Creating a New Vagrant Package Image
Description of Selenium IDE test cases
Eucalyptus UI Team Branch Post Commit Checklist
Guidelines to contributing to se34euca project
Home
How to debug and fix a selenium IDE test
Installing se34euca on Centos 6
Installing Virtual Box and Vagrant on Mac OS X
Running PreBaked se34euca Image using Vagrant
Clone this wiki locally
Installing Virtual Box and Vagrant on Mac OS X in 5 Steps
Step 1. INSTALL VIRTUAL BOX 4.2.12
https://www.virtualbox.org/wiki/Download_Old_Builds_4_2
Click the link OS X hosts -> Intel Macs to download the .dmg installation file for Virtual Box 4.2.12 **
** Last time checked the latest release (4.2.14) of Virtual Box had issues on my Mac
Step 2. RUN VIRTUAL BOX
When the installation is complete, go to the Applications folder on your Mac and run Virtual Box.
STEP 3. INSTALL VAGRANT
http://downloads.vagrantup.com/tags/v1.2.2
Click the link Vagrant-1.2.2.dmg to download and install Vagrant.
STEP 4. SETUP VAGRANT BOX
http://www.vagrantbox.es/
Recommand the image below for installing SE34EUCA:
CentOS 6.4 x86_64 Minimal (VirtualBox Guest Additions 4.2.12, Chef 11.4.4, Puppet 3.1.1)
Run the command lines below to setup Vagrant:
vagrant box add centos64minimal http://developer.nrel.gov/downloads/vagrant-boxes/CentOS-6.4-x86_64-v20130427.box
vagrant init centos64minimal
vagrant up
Check out the wiki page Running PreBaked se34euca Image using Vagrant if wants to run a pre-baked image of SE34EUCA
STEP 5. SSH INTO THE VIRTUAL BOX VIA VAGRANT
vagrant ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment