Skip to content

Instantly share code, notes, and snippets.

@sourcec0de
Forked from shapeshed/gist:5433860
Last active December 17, 2015 18:39
Show Gist options
  • Save sourcec0de/5654766 to your computer and use it in GitHub Desktop.
Save sourcec0de/5654766 to your computer and use it in GitHub Desktop.
install phantomJS on ubuntu 13 x64
cd /usr/local/share
sudo wget https://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-x86_64.tar.bz2
sudo tar -xjf phantomjs-1.9.0-linux-x86_64.tar.bz2
sudo ln -sf /usr/local/share/phantomjs-1.9.0-linux-x86_64/bin/phantomjs /usr/local/bin/phantomjs
sudo rm /usr/local/share/phantomjs-1.9.0-linux-x86_64.tar.bz2
phantomjs --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment