博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Ubuntu安装GitLab
阅读量:4623 次
发布时间:2019-06-09

本文共 2228 字,大约阅读时间需要 7 分钟。

一:环境描述

1. 硬件:Upboard Core

2. CPU:Intel(R) Atom(TM) x5-Z8350  CPU @ 1.44GHz

3. 系统:Linux lich-UP-CHCR1 4.15.0-36-generic #39-Ubuntu SMP Mon Sep 24 16:19:09 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

二:安装

参考:https://www.gitlab.com.cn/installation/

参考:https://docs.gitlab.com.cn/omnibus/manual_install.html

参考:https://blog.csdn.net/GX_1_11_real/article/details/79411543(解决进程卡死问题)

三:登陆

用户名:root 密码:5iveL!fe

四:配置(管理员视角)

1. Project

  1. YourProject

    1. CreateProject

    2. CreateAGroup

    3. AddPeople

    4. ConfigureGitLab

  2. SharedProject

  3. ExploreProject

    1. Trending

    2. MostStarts

    3. All

2. Group

  1. YourGroup

  2. ExplorePublicGroups

3. More

  1. Activity

    1. YourProject

      1. All

      2. Push events

      3. Merge events

      4. Issue events

      5. Comments

      6. Team

    2. StarredProject

      1. All

      2. Push events

      3. Merge events

      4. Issue events

      5. Comments

      6. Team

  2. Milestones

    1. Open

    2. Closed

    3. All

  3. Snippets

    1. YourSnippets

      1. All

      2. Private

      3. Internal

      4. Public

    2. ExploreSnippets

4. InstanceStatistics

  1. ConvDevIndex

  2. Cohorts

5. AdminArea

  1. Overview

    1. Dashboard

    2. Projects

    3. Users

    4. Groups

    5. Jobs

    6. Runners

    7. GitalyServers

  2. Monitoring

    1. SystemInfo

    2. Background Jobs

    3. Logs

    4. HealthCheck

    5. RequestProfiles

  3. Message

  4. SystemHooks

  5. Application

  6. AbuseReports

  7. License

  8. PushRules

  9. GeoNodes

  10. DeployKeys

  11. ServiceTemplates

  12. Labels

  13. Appearance

  14. Settings

6. New

  1. NewProject

  2. NewGroup

  3. NewSnippet

7. Issues

  1. Open

  2. Closed

  3. All

8. MergeRequest

  1. Open

  2. Merged

  3. Closed

  4. All

9. Todo

10. Profile

  1. Activity

  2. Group

  3. ContributedProjects

  4. PersonalProjects

  5. Snippets

  6. ...

  7. EditProfile

  8. Subscribe

  9. ViewUserInAdminArea

11. Settings

  1. Profile

  2. Account

  3. Applications

  4. Chat

  5. AccessTokens

  6. Emails

  7. Password

  8. Notifications

  9. SSH Keys

  10. GPG Keys

  11. Preferences

  12. ActiveSessions

  13. AuthenticationLog

  14. PipelineQuota

12. Help

转载于:https://www.cnblogs.com/happylich/p/9781347.html

你可能感兴趣的文章
autofac
查看>>
MacOS 系统终端上传文件到 linux 服务器
查看>>
Excel导出POI
查看>>
兼容性
查看>>
自动执行sftp命令的脚本
查看>>
转 Merkle Tree(默克尔树)算法解析
查看>>
网络编程基础之socket编程
查看>>
各种浏览器的user-agent和
查看>>
Restful levels
查看>>
Phonegap移动开发:布局总结(一) 全局
查看>>
Java 变参函数的实现
查看>>
nrf51 SDK自带例程的解读
查看>>
SESSION技术
查看>>
数据结构(五)之直接插入排序
查看>>
SQL函数——LENGTH()和LENGTHB()
查看>>
vim - manual -个人笔记
查看>>
详解Javascript中prototype属性(推荐)
查看>>
angularjs实现首页轮播图
查看>>
Git 对象 和checkout 和stash的笔记
查看>>
团队项目总结2-服务器通信模型和顺序图
查看>>