zoukankan      html  css  js  c++  java
  • Ubuntu安装GitLab

    一:环境描述

    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

    博客签名的内容
  • 相关阅读:
    spring Bean的生命周期
    java合并两个有序数组的算法(抛砖引玉)
    Spring 中解析 URL参数的几种方式
    联合索引和单个索引使用注意事项
    Java中同一个类中不同的synchronized方法是否可以并发执行?
    简析JVM GC的根搜索算法
    spring rest 请求怎样添加Basic Auth请求頭
    spring boot 排除个别配置类的代码
    使用非对称算法RSA实现加解密和使用签名算法SHA1WithRSA、MD5withRSA生成签名以及验签
    Redis中如何发现并优化big key?
  • 原文地址:https://www.cnblogs.com/happylich/p/9781347.html
Copyright © 2011-2022 走看看