Skip to content

Instantly share code, notes, and snippets.

@notnoopci
Created April 10, 2014 00:12
Show Gist options
  • Save notnoopci/10332266 to your computer and use it in GitHub Desktop.
Save notnoopci/10332266 to your computer and use it in GitHub Desktop.
PhantomJS
dependencies:
cache_directories:
- "~/phantomjs-1.9.2-linux-x86_64"
pre:
- "[[ -d ~/neo4j-community-1.9.6/bin/neo4j ]] || (curl -L -o ~/phantom.js.tar.bz2 https://phantomjs.googlecode.com/files/phantomjs-1.9.2-linux-x86_64.tar.bz2 && tar -x -C ~ -f ~/phantom.js.tar.bz2)"
- ln -sf ~/phantomjs-1.9.2-linux-x86_64/bin/phantomjs ~/bin/phantomjs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment