Skip to content

Instantly share code, notes, and snippets.

@dpaluy
Created February 10, 2013 09:00
Show Gist options
  • Select an option

  • Save dpaluy/4748921 to your computer and use it in GitHub Desktop.

Select an option

Save dpaluy/4748921 to your computer and use it in GitHub Desktop.
PhantomJS setup on Ubuntu
# 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