All commands are in the terminal.
- SSH into the Homestead Box -
vagrant sshfrom homestead directory - Create a new folder for Selenium -
mkdir seleniumfrom the~directory - Navigate to that folder -
cd selenium - Get Selenium -
wget http://selenium-release.storage.googleapis.com/2.45/selenium-server-standalone-2.45.0.jar*Note: This link comes from copying the link on http://docs.seleniumhq.org/download/ - Install Java -
sudo apt-get install openjdk-7-jre-headless