摘要: 下载 可以在本地下载node.js最新版,然后通过ftp工具上传到服务器,或者直接在服务器终端使用wget命令下载(我当时下载的是node-v7.5.0-linux-x86版本,其他版本请查看上面链接然后替换即可): 解压 进入服务器终端,找到上传或者下载的安装包,解压 移动到安装目录并重命名 配置 阅读全文
posted @ 2017-10-10 12:09 Zengas 阅读(134) 评论(0) 推荐(0)
摘要: yum update yum install screen wget iptraf-ng unzip openssh-clients subversion git man setuptool system-config-firewall-tui ntsysv vim links bzip2 pcre 阅读全文
posted @ 2017-10-10 12:08 Zengas 阅读(288) 评论(0) 推荐(0)
摘要: $ wget http://pecl.php.net/get/yaf-2.3.5.tgz $ tar -zxvf yaf-2.3.5.tgz $ cd yaf-2.3.5 $yum install autoconf(如果缺少的情况下需要安装) $ cd /opt/php/bin/phpize $ . 阅读全文
posted @ 2017-10-10 12:07 Zengas 阅读(106) 评论(0) 推荐(0)
摘要: $ wget http://pecl.php.net/get/SeasLog-1.6.8.tgz $ tar -zxvf SeasLog-1.6.8.tgz $ cd SeasLog-1.6.8.tgz $ /opt/php/bin/phpize $ ./configure --with-php-c 阅读全文
posted @ 2017-10-10 12:06 Zengas 阅读(97) 评论(0) 推荐(0)
摘要: $ wget http://pecl.php.net/get/redis-3.1.3.tgz $ tar -zxvf redis-3.1.3.tgz $ cd redis-3.1.3.tgz $ /opt/php/bin/phpize $ ./configure --with-php-config= 阅读全文
posted @ 2017-10-10 12:05 Zengas 阅读(112) 评论(0) 推荐(0)
摘要: $ wget http://pecl.php.net/get/PDO_PGSQL-1.0.2.tgz $ tar -zxvf PDO_PGSQL-1.0.2.tgz $ cd PDO_PGSQL-1.0.2.tgz $ /opt/php/bin/phpize ## (yum -y install p 阅读全文
posted @ 2017-10-10 12:03 Zengas 阅读(148) 评论(0) 推荐(0)