Skip to content

Instantly share code, notes, and snippets.

View marcobax's full-sized avatar

Marco Bax marcobax

View GitHub Profile
#!/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"