java phantomjd linux_Linux安装PhantomJS(CentOS)

本文演示在CentOS 7 64位安装PhantomJS。

下载PhantomJS

$wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2

解压安装包

$bzip2 -d phantomjs-2.1.1-linux-x86_64.tar.bz2

$tar xvf phantomjs-2.1.1-linux-x86_64.tar

安装包的格式为.tar.bz2,需要先用bzip2解压为.tar包,然后再解压tar包

安装依赖软件fontconfig

yum -y install wget fontconfig

添加phantomjs到/usr/bin

假定解压路径在/usr/local/下,解压完成后路径为:

/usr/local/phantomjs-2.1.1-linux-x86_64

为了使用方便,可以把安装目录phantomjs-2.1.1-linux-x86_64重命名为phantomjs

mv phantomjs-2.1.1-linux-x86_64 phantomjs

为了直接执行phantomjs命令,需要把phantomjs的脚本链接到/usr/bin下:

ln -s /usr/local/phantomjs/bin/phantomjs /usr/bin/

验证

创建hello.js

$vim hello.js

添加内容如下:

console.log('Hello, world!');

phantom.exit();

使用phantomjs运行hello.js

$phantomjs hello.js

Hello,world!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值