越简单越好!
Centos下搭建SVN服务器
发表于 2011-12-24 16:59    

1. 安装subversion

#yum -y install subversion

 

2. 创建svn库

#mkdir -p /usr/svn/chenapp.com

#/usr/bin/svnadmin create /usr/svn/chenapp.com

执行上面的命令后,自动在chenapp.com下建立多个文件,conf,db,format,hooks,locks,README.txt

 

3. 设...

查看详情已有2017次阅读  |  0次点赞  |  0个评论
centos7下安装 Chrome和ChromeDriver
发表于 2019-04-02 17:02    

安装google-chromecurl 

https://intoli.com/install-google-chrome.sh | bash

检查是否缺少依赖,返回为空说明正常:

ldd /opt/google/chrome/chrome | grep "not found"

查看详情已有6324次阅读  |  0次点赞  |  0个评论
树莓派CentOS-RaspberryPi3系统下编译安装php7+nginx环境
发表于 2017-12-28 15:45    

1. 安装依赖包

[root@rpi3 ~]# yum -y install gc gcc gcc++ gcc-c++ wget make libxml2  libxml2-devel  openssl  openssl-devel  curl-devel  libjpeg-devel  libpng-devel freetype-devel bison autoconf openldap-devel pcre-devel zlib-devel

查看详情已有2653次阅读  |  1次点赞  |  1个评论
返回顶部 ^