文章 2017-11-12 来自:开发者社区

使用docker配置Jenkins,gitlab

安装docker-ce 如果你之前安装过 docker,请先删掉: yum remove docker docker-common docker-selinux docker-engine 下载repo文件: wget -O /etc/yum.repos.d/docker-ce.repo https://download.docker.com/linux/centos/docker-ce.rep....

文章 2016-02-24 来自:开发者社区

Ubuntu 简单安装和配置 GitLab

使用的 Ubuntu Server 16.04 LTS 版本,服务器托管在 Azure 上,用的 1 元试用 1 个月服务器订阅(1500 元额度)。 安装命令(推荐使用): curl -sS http://packages.gitlab.com.cn/install/gitlab-ce/script.deb.sh | sudo bash sudo apt-get install gitlab-....

Ubuntu 简单安装和配置 GitLab
文章 2016-01-14 来自:开发者社区

Ubuntu 简单安装和配置 GitLab

Ubuntu 简单安装和配置 GitLab 使用的 Ubuntu Server 16.04 LTS 版本,服务器托管在 Azure 上,用的 1 元试用 1 个月服务器订阅(1500 元额度)。 安装命令(推荐使用): curl -sS http://packages.gitlab.com.cn/install/gitlab-ce/script.deb.sh | sudo bash sud...

Ubuntu 简单安装和配置 GitLab
文章 2014-12-11 来自:开发者社区

window下 配置gitlab ssh非端口22端口

git config --global user.name "jack" git config --global user.email "jackluo@xxx.com" Create a new repository mkdir fromai_cn cd fromai_cn git init touch README.md git add README.md git commit -m "fi....

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

产品推荐

开发与运维

集结各类场景实战经验,助你开发运维畅行无忧

+关注