DevOps
Mistra丶
凡心所向,素履以往,生如逆旅,一苇以航。
展开
-
Linux/CentOS 搭建 Jenkins 持续集成服务
为了方便持续集成,快速开发部署,用Jenkins还是比较多的,演示一下CentOS环镜快速搭建Jenkins服务。 1.查看本机系统环境 $ lsb_release -a 这是我的版本 LSB Version: :core-4.1-amd64:core-4.1-noarch Distributor ID: CentOS Description: CentOS Linux release 7.2...原创 2019-07-04 16:43:26 · 503 阅读 · 0 评论 -
搭建Gitlab Server
参考 https://about.gitlab.com/installation 1. 准备工作 CentOS 2. 安装依赖软件 sudo yum install -y git vim gcc glibc-static telnet sudo yum install -y curl policycoreutils-python openssh-server sudo systemctl enable sshd sudo systemctl start sshd sudo yum install postf原创 2020-08-15 22:44:01 · 427 阅读 · 0 评论