安装: pear install PHP_CodeSniffer 查看安装 [root@vb002 ~]# /usr/local/php/bin/phpcs -iThe installed coding standards are PSR1, Squiz, PHPCS, MySource, PEAR, Zend and PSR2 检查代码 [root@vb002 ~]# /usr/local/php/bin/phpcs /root/.jenkins/j...
一、基础环境1、关闭selinux服务sed-is/SELINUX=.*/SELINUX=disabled//etc/selinux/configsetenforce02、关闭iptables服务chkconfigiptablesoffiptables-F/etc/init.d/iptablessave/etc/init.d/iptablesstop3、serverA桥接模式 4、服务端serverA=192.168.1.1...
git clone https://github.com/chrisallenlane/cheat.gitcd cheatsudo python setup.py installgit clone https://github.com/pypa/pip.gitcd pipsudo yum install python-setuptoolssudo python setup.py installsudo pip install docopt pygments#.bashrs#...
安装说明 虚拟机:VirtualBox 操作用户:root 系统环境:centos6.6 64位 安装方式:war安装 软件:jenkins.war 软件下载目录:/root/opt 下载地址:http://mirrors.jenkins-ci.org/war/latest/jenkins.war 安装Jenkins 移动Jenkins到Webapps目录 [root@local...
两种安装 MYSQL 的方法 一.免编译安装 1.首先找个目录比如opt这种目录下载mysql安装包: [root@localhost~]#cd/opt 2.进去后,使用wget或者winscp、rz各种办法把tar包搞进目录下。 [root@localhostopt]#wgethttp://syslab.comsenz.com/downloads/linux/mysq...
环境: CentOSrelease6.6(Final)2.6.32-504.el6.x86_64 1、安装rvm gpg--keyserverhkp://keys.gnupg.net--recv-keys409B6B1796C275462A1703113804BB82D39DC0E3\curl-sSLhttps://get.rvm.io|bash-sstable 如果不行去掉https再试下 curl-Lget.rvm.io|bash-ssta...
Jenkins是一个非常出色的持续集成服务器,本文主要介绍在CentOS系统中Jenkins的基本安装配置方法,供参考。 一. 软件包: 1. 下载apache-maven-2.2.1-bin.tar http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-2.2.1-bin.tar.gz 2. 下载je...
安装说明 虚拟机:VirtualBox 操作用户:root 系统环境:centos6.6 x64 安装方式:扩展安装 软件:composer.phar 软件下载目录:/root/opt 1.下载composer.phar [root#localhost opt]# curl -sS https://getcomposer.org/installer | php 2.把composer.phar...
安装步骤: [root@vb002 opt]# wget https://phar.phpunit.de/phpcpd.phar[root@vb002 opt]# chmod +x phpcpd.phar[root@vb002 opt]# mv phpcpd.phar /usr/local/bin/phpcpd 验证安装是否成功 [root@vb002 opt]# phpcpd -Vphpcpd 2.0.2 by Sebastian Bergman...