Loading

龙行博客

hyperf-jwt登录限制登录次数

hyperf

Gitlab超级简单部署

Gitlab超级简单部署 1.环境和准备工作 操作系统:Centos7测试没问题 IP地址:192.168.19.135 2.建立git用户 useradd git passwd git 3.关闭防火墙 systemctl stop firewalld systemctl disabled firewalld 4.安装依赖库 # yum install curl openssh-server postfix cronie # service postfix start # chkconfig postfix on 5.安装Gitlab 历史版本下载:...