removed phantomjssetup doc
This commit is contained in:
parent
c03960025e
commit
369779387d
1 changed files with 0 additions and 21 deletions
|
@ -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
|
Loading…
Reference in a new issue