Skip to content

Instantly share code, notes, and snippets.

@itsPG
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itsPG/e99d5234be561793cb65 to your computer and use it in GitHub Desktop.
Save itsPG/e99d5234be561793cb65 to your computer and use it in GitHub Desktop.
install casperjs on Docker - Ubuntu
apt-get install nodejs
apt-get install npm
cd /usr/bin
ln -s nodejs node
npm install -g phantomjs
npm install -g casperjs
apt-get install libfreetype6-dev
apt-get install libfontconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment