Created
February 10, 2013 09:00
-
-
Save dpaluy/4748921 to your computer and use it in GitHub Desktop.
PhantomJS setup on Ubuntu
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
| # Download http://phantomjs.org/download.html phantomjs version | |
| # extract tar file | |
| tar xjvf phantomjs-1.8.1-linux-x86_64.tar.bz2 | |
| # move to /opt | |
| sudo mv phantomjs-1.8.1-linux-x86_64 /opt/ | |
| # create simlink | |
| sudo ln -s /opt/phantomjs-1.8.1-linux-x86_64/bin/phantomjs /usr/local/bin/phantomjs | |
| # test | |
| phantomjs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment