Skip to content

Instantly share code, notes, and snippets.

@felipeclopes
Created October 7, 2014 04:17
Show Gist options
  • Save felipeclopes/84bdc42e5c3bf1a016a0 to your computer and use it in GitHub Desktop.
Save felipeclopes/84bdc42e5c3bf1a016a0 to your computer and use it in GitHub Desktop.
Install phantomjs in Amazon EC2
# 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