カテゴリ: サーバ
記事投稿日: 2015年7月8日
①64bit
cd /usr/local/src/
sudo wget https://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-x86_64.tar.bz2
sudo tar jxfv phantomjs-1.9.0-linux-x86_64.tar.bz2
sudo cp phantomjs-1.9.0-linux-x86_64/bin/phantomjs /usr/bin/
②32bit
cd /usr/local/src/
sudo wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.6-linux-i686.tar.bz2
sudo tar jxfv phantomjs-1.9.6-linux-i686.tar.bz2
sudo cp phantomjs-1.9.6-linux-i686/bin/phantomjs /usr/bin/
いずれもインストール後
phantomjs –version でバージョンが確認できればOK
コメントを残す