-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
132a737
commit e335bc1
Showing
2 changed files
with
16 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,21 @@ | ||
# 在阿里云上搭建Gitlab | ||
|
||
## 阿里云配置 | ||
系统版本 | ||
Ubuntu 22.04 64位 UEFI版 | ||
## 配置要求 | ||
硬件要求 | ||
最低配置(适用于少量用户或测试环境): | ||
CPU: 2 核 | ||
内存: 4 GB | ||
存储: 10 GB 可用磁盘空间 | ||
|
||
## Gitlab搭建 | ||
下载安装包 | ||
sudo apt-get install gitlab-ce=16.10.6-ce.0 | ||
|
||
安装依赖项 | ||
|
||
是否重启 | ||
否 | ||
|
||
## 测试 | ||
创建账号 | ||
创建项目 | ||
clone | ||
push | ||
## 安装教程 | ||
https://help.aliyun.com/zh/ecs/use-cases/deploy-and-use-gitlab?spm=5176.28426678.J_HeJR_wZokYt378dwP-lLl.1.719b5181Wq9g3b&scm=20140722.S_help@@%E6%96%87%E6%A1%A3@@52857.S_BB1@bl+BB2@bl+RQW@ag0+hot+os0.ID_52857-RL_gitlab-LOC_search~UND~helpdoc~UND~item-OR_ser-V_3-P0_0#0ffcba34f9au1 | ||
|
||
## 遇见的问题 | ||
Waiting for GitLab to boot | ||
HTTP 502 | ||
It can take up to a few minutes for GitLab to boot completely. | ||
|
||
## apt常见操作 | ||
This page will automatically reload every 5 seconds. | ||
|
||
## 遇见的问题 | ||
kex_exchange_identification: read: Connection reset by peer | ||
Host xxx.xxx.xxx.xx not found in /Users/greatjiang/.ssh/known_hosts | ||
成功安装 但是访问不了 | ||
应该是硬件配置内存不足的问题 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
访问网站都发生了什么 |