Created
February 11, 2015 09:16
-
-
Save thestonefox/949b55701ebe89546fa4 to your computer and use it in GitHub Desktop.
Install PhantomJS (Run as sudo su)
This file contains 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://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2 && | |
mv phantomjs-1.9.7-linux-x86_64.tar.bz2 /usr/local/share/. && | |
cd /usr/local/share/ && | |
tar xjf phantomjs-1.9.7-linux-x86_64.tar.bz2 && | |
ln -s /usr/local/share/phantomjs-1.9.7-linux-x86_64 /usr/local/share/phantomjs && | |
ln -s /usr/local/share/phantomjs/bin/phantomjs /usr/bin/phantomjs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment