Created
July 31, 2013 15:56
-
-
Save wavded/6123304 to your computer and use it in GitHub Desktop.
Ubuntu PhantomJS Setup
This file contains hidden or 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
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