Skip to content

Instantly share code, notes, and snippets.

@spendyala
Forked from showaltb/gist:8542626
Created February 1, 2018 08:02
Show Gist options
  • Save spendyala/cb77cef354a085b47fcb171646c4af51 to your computer and use it in GitHub Desktop.
Save spendyala/cb77cef354a085b47fcb171646c4af51 to your computer and use it in GitHub Desktop.
Install PhantomJS on Amazon AMI x86_64
# download and unpack distribution
wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.6-linux-x86_64.tar.bz2
tar xf phantomjs-1.9.6-linux-x86_64.tar.bz2
# copy binary
cd phantomjs-1.9.6-linux-x86_64
cp bin/phantomjs /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment