Skip to content

Instantly share code, notes, and snippets.

@wavded
Created July 31, 2013 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wavded/6123304 to your computer and use it in GitHub Desktop.
Save wavded/6123304 to your computer and use it in GitHub Desktop.
Ubuntu PhantomJS Setup
wget https://phantomjs.googlecode.com/files/phantomjs-1.9.1-linux-x86_64.tar.bz2
tar xvf phantomjs-1.9.1-linux-x86_64.tar.bz2
sudo mv phantomjs-1.9.1-linux-x86_64 /usr/local/lib/phantomjs
sudo ln -s /usr/local/lib/phantomjs/bin/phantomjs /usr/local/bin/phantomjs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment