Created
October 7, 2014 04:17
-
-
Save felipeclopes/84bdc42e5c3bf1a016a0 to your computer and use it in GitHub Desktop.
Install phantomjs in Amazon EC2
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
# Download and unpack distribution | |
wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2 | |
tar xf phantomjs-1.9.7-linux-x86_64.tar.bz2 | |
# copy binary | |
cd phantomjs-1.9.7-linux-x86_64 | |
cp bin/phantomjs /usr/local/bin | |
cd .. | |
rm -rf phantomjs-1.9.7-linux-x86_64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment