作者:手机用户2602927807 | 来源:互联网 | 2024-12-12 19:02
在Ubuntu上快速部署GitLab
首先,访问Bitnami官方网站下载适用于Ubuntu的GitLab安装包:
chuck@ubuntu:~$ wget https://bitnami.com/redirect/to/50936/bitnami-gitlab-7.8.1-0-linux-x64-installer.run
接下来,开始安装过程:
chuck@ubuntu:~$ sudo ./bitnami-gitlab-7.8.1-0-linux-x64-installer.run
安装程序会检测系统中是否已存在'git'用户,如果存在,程序将更改此用户的配置。确认继续安装:
The installer detects that exists a 'git' user in the system. This installer will change the configuration for this user. Do you want to continue the installation? [y/N]: y
同样地,对于'gitlab_ci'用户也进行相同的处理:
The installer detects that exists a 'gitlab_ci' user in the system. This installer will change the configuration for this user. Do you want to continue the installation? [y/N]: y
随后,安装向导会引导你选择安装组件、设置安装路径、创建管理员账户等步骤。确保输入正确的信息,特别是域名部分,建议使用域名而非IP地址以保证跨浏览器兼容性。
在安装过程中,你还需要配置邮件支持,以便GitLab能够发送通知邮件。选择自定义SMTP设置,并输入相应的邮箱用户名、密码、SMTP主机及端口等信息。为了安全起见,不建议使用个人账户的凭证。
最后,确认所有设置无误后,继续安装过程:
Do you want to continue? [Y/n]: y
等待安装完成,安装完成后,通过浏览器访问指定的URL来登录GitLab:
chuck@ubuntu:~$ 打开浏览器并访问 http://7.7.7.33:80 登录