Skip to content

Instantly share code, notes, and snippets.

@rivanenko
Forked from dominicsayers/phantomjs.md
Created August 7, 2013 12:56
Show Gist options
  • Select an option

  • Save rivanenko/6173802 to your computer and use it in GitHub Desktop.

Select an option

Save rivanenko/6173802 to your computer and use it in GitHub Desktop.

Revisions

  1. @dominicsayers dominicsayers revised this gist Jun 9, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion phantomjs.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    (from http://www.joyceleong.com/log/installing-phantomjs-on-ubuntu/)

    1. `cd ~/`
    1. `cd ~`
    1. `wget http://phantomjs.googlecode.com/files/phantomjs-1.9.1-linux-x86_64.tar.bz2`
    1. `sudo mv ~/phantomjs-1.9.1-linux-x86_64.tar.bz2 /usr/local/share`
    1. `cd /usr/local/share`
  2. @dominicsayers dominicsayers created this gist Jun 8, 2013.
    10 changes: 10 additions & 0 deletions phantomjs.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    (from http://www.joyceleong.com/log/installing-phantomjs-on-ubuntu/)

    1. `cd ~/`
    1. `wget http://phantomjs.googlecode.com/files/phantomjs-1.9.1-linux-x86_64.tar.bz2`
    1. `sudo mv ~/phantomjs-1.9.1-linux-x86_64.tar.bz2 /usr/local/share`
    1. `cd /usr/local/share`
    1. `sudo tar xvf phantomjs-1.9.1-linux-x86_64.tar.bz2`
    1. `sudo ln -s /usr/local/share/phantomjs-1.9.1-linux-x86_64 /usr/local/share/phantomjs`
    1. `sudo ln -s /usr/local/share/phantomjs/bin/phantomjs /usr/local/bin/phantomjs`
    1. `phantomjs --version`