摘要: 1、安装git yum install -y git 2、创建git仓库保存的目录 mkdir /data/git_repo 3、初始化空仓库 cd /data/git_repogit init --bare --shared example.git 4、客户端使用SSH账户访问服务器仓库 git 阅读全文
posted @ 2017-11-29 21:54 刘镇维 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 1. 安装apache2安装命令: sudo apt-get install apache2启动/停止/重启apache2: service apache2 start/stop/restart2. 卸载apache2(1) $ sudo apt-get --purge remove apache2 阅读全文
posted @ 2017-11-29 15:40 刘镇维 阅读(172) 评论(0) 推荐(0) 编辑