服务器迁移(2)---svn 和submin

##程序安装 ###1、安装apache 检查apache是否安装 ``` rpm -qa|grep httpd ``` 使用yum安装apache ``` yum -y install httpd ``` 启动apache测试apache是否可用 注意:在centos7中使用systemctl替换了service ``` systemctl start httpd...

继续阅读 »

服务器迁移(1)---Gitlab

##1. 安装并配置必要的依赖关系 在 CentOS 系统上,下面的命令将会打开系统防火墙 HTTP 和 SSH 的访问。 ``` sudo yum install curl policycoreutils openssh-server openssh-clients sudo systemctl enable sshd sudo systemctl start sshd s...

继续阅读 »