-
-
Save qrush/5bc71b1c9771108d05d880025c84fdc9 to your computer and use it in GitHub Desktop.
Revisions
-
pboling renamed this gist
Sep 18, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
pboling created this gist
Sep 18, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ ## PhantomJS Install phantomjs (http://phantomjs.org) `brew` has a recipe for phantomjs, but it has moved on to version 2.0.0, and we still require 1.8.2 (at newest), and we can't get that old and dirty with `brew` anymore. On a Mac: mkdir -p ~/root wget https://phantomjs.googlecode.com/files/phantomjs-1.8.2-macosx.zip -O ~/root/phantomjs-1.8.2-macosx.zip cd ~/root unzip phantomjs-1.8.2-macosx.zip echo 'export PATH=~/root/phantomjs-1.8.2-macosx/bin:$PATH' >> ~/.bashrc source ~/.bashrc Now when you run `which phantomjs` you should see the `phantomjs` executable which phantomjs /Users/pboling/root/phantomjs-1.8.2-macosx/bin/phantomjs