From 369779387def768e9047bc58bbd514acf90d841b Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Mon, 20 Oct 2014 13:47:30 -0400 Subject: [PATCH] removed phantomjssetup doc --- phantomjsSetup.txt | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 phantomjsSetup.txt diff --git a/phantomjsSetup.txt b/phantomjsSetup.txt deleted file mode 100644 index f8916c30..00000000 --- a/phantomjsSetup.txt +++ /dev/null @@ -1,21 +0,0 @@ - -// 64 bit ubuntu -cd /usr/local/share -sudo wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2 -sudo tar xjf phantomjs-1.9.7-linux-x86_64.tar.bz2 -sudo ln -s /usr/local/share/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/share/phantomjs -sudo ln -s /usr/local/share/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/phantomjs -sudo ln -s /usr/local/share/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/bin/phantomjs - - -// 32 bit ubuntu -cd /usr/local/share -sudo wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-i686.tar.bz2 -sudo tar xjf phantomjs-1.9.7-linux-i686.tar.bz2 -sudo ln -s /usr/local/share/phantomjs-1.9.7-linux-i686/bin/phantomjs /usr/local/share/phantomjs -sudo ln -s /usr/local/share/phantomjs-1.9.7-linux-i686/bin/phantomjs /usr/local/bin/phantomjs -sudo ln -s /usr/local/share/phantomjs-1.9.7-linux-i686/bin/phantomjs /usr/bin/phantomjs - -// on either running -phantomjs -v -// will confirm it's installed \ No newline at end of file