Skip to content

Instantly share code, notes, and snippets.

@fluidum
fluidum / install-casperjs-and-phantomjs-on-ubuntu.md
Created December 24, 2017 16:42 — forked from mrroot5/tutorial-casperjs.md
Simple tutorial for installing casperjs on ubuntu

Install PhantomJS

Oficial installation documentation.

Prerequisites: PhantomJS dependencies

sudo apt-get install fontconfig

Installation

cd /usr/local/share
wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2