This file contains 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
#!/bin/bash | |
# make CentOS 6.6 to run headless browser selenium | |
# Install Python Anaconda 3.4 | |
# http://continuum.io/downloads | |
yum groupinstall "Development tools" | |
# https://gist.github.com/textarcana/5855427 | |
# Follow these steps to set up a CentOS 6.3 host to run headless Selenium tests with Firefox. | |
sudo yum -y install firefox Xvfb libXfont Xorg | |
sudo yum -y groupinstall "X Window System" "Desktop" "Fonts" "General Purpose Desktop" |