Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created September 25, 2015 13:45
Show Gist options
  • Save abuiles/c30cc8ad4871e9e9f477 to your computer and use it in GitHub Desktop.
Save abuiles/c30cc8ad4871e9e9f477 to your computer and use it in GitHub Desktop.
dependencies:
pre:
- for s in rabbitmq-server couchdb redis-server mysql postgresql ; do sudo service $s stop; done; true
- sudo apt-get update; sudo apt-get install libicu52
- curl --output /home/ubuntu/bin/phantomjs-2.0.1-linux-x86_64-dynamic https://s3.amazonaws.com/circle-support-bucket/phantomjs/phantomjs-2.0.1-linux-x86_64-dynamic
- chmod a+x /home/ubuntu/bin/phantomjs-2.0.1-linux-x86_64-dynamic
- sudo ln -s --force /home/ubuntu/bin/phantomjs-2.0.1-linux-x86_64-dynamic /usr/local/bin/phantomjs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment