Skip to content

Instantly share code, notes, and snippets.

@mppatterson
Created April 4, 2014 21:22
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 mppatterson/9983408 to your computer and use it in GitHub Desktop.
Save mppatterson/9983408 to your computer and use it in GitHub Desktop.
Install phantomjs on linux
mkdir phantomjs
cd phantomjs
wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2
bunzip2 phantomjs-1.9.7-linux-x86_64.tar.bz2
tar -xf phantomjs-1.9.7-linux-x86_64.tar
mv phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/
sudo mv phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment