以下以CentOS 6 为例

在安装好的虚拟机上安装CentOS 6 的 linux 操作系统,安装时可以安装 GUI ,开启虚拟机上的操作系统之后通过直接打开终端进入命令行模式下,对系统进行操作(一般初学者会使用),或者在你的计算机上安装 XShell 安全终端模拟软件,在 windows 界面下来访问 Linux 系统下的服务器,达到远程控制终端的目的

参考:安装 gitLab 的官方网址

1、选择两种方式的任意一种进入

linux下开启终端的四种方法
①ctrl+alt+F1~F6之间使用,这是纯终端使用(Ctrl+Alt+F7,回到图形化界面)
②在linux桌面环境下,鼠标点击程序菜单,找到一般为实用程序或者系统工具类的菜单中找到终端程序
③在开机时候esc键,根据linux版本不同,进入方式也不同,这一般为系统出现故障才使用的终端模式
④可以使用类似SSH类型的软件,远程登录终端,这属于网络版终端,使用终端服务器软件,远程开启终端,这需要配置终端服务器

2、 CentOS 上安装gitLab

① Install and configure the necessary dependencies

sudo yum install curl openssh-server openssh-clients postfix cronie
sudo service postfix start
sudo chkconfig postfix on
sudo lokkit -s http -s ssh

root 权限不需要 sudo

② Add the GitLab package server and install the package

在线下载安装

curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
sudo yum install gitlab-ce

下载好的直接安装

curl -LJO https://packages.gitlab.com/gitlab/gitlab-ce/packages/el/6/gitlab-ce-XXX.rpm/download
rpm -i gitlab-ce-XXX.rpm

③ Configure and start GitLab

sudo gitlab-ctl reconfigure

④Browse to the hostname and login

On your first visit, you'll be redirected to a password reset screen to provide the password for the initial administrator account. Enter your desired password and you'll be redirected back to the login screen.
The default account's username is root. Provide the password you created earlier and login. After login you can change the username if you wish.
Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐