Confirmed users
2,177
edits
Line 162: | Line 162: | ||
# Connect to selenium-hub1.qa.scl3.mozilla.com using SSH | # Connect to selenium-hub1.qa.scl3.mozilla.com using SSH | ||
# Stop the Selenium hub by running <code>sudo initctl stop selenium</code> | # Stop the Selenium hub by running <code>sudo initctl stop selenium</code> | ||
# Download the new Selenium server | # Download the new Selenium server by running: | ||
#* <code>sudo wget -P /opt/selenium <nowiki>http://selenium-release.storage.googleapis.com/[version]/selenium-server-standalone-[version].jar</nowiki></code> | |||
# Update the Selenium version in /etc/init/selenium.conf | # Update the Selenium version in /etc/init/selenium.conf | ||
# Start the Selenium hub by running <code>sudo initctl start selenium</code> | # Start the Selenium hub by running <code>sudo initctl start selenium</code> |