<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                企業??AI智能體構建引擎,智能編排和調試,一鍵部署,支持知識庫和私有化部署方案 廣告
                # Activate GitLab EE with a license > 原文:[https://docs.gitlab.com/ee/user/admin_area/license.html](https://docs.gitlab.com/ee/user/admin_area/license.html) * [Uploading your license](#uploading-your-license) * [Add your license at install time](#add-your-license-at-install-time) * [Notification before the license expires](#notification-before-the-license-expires) * [What happens when your license expires](#what-happens-when-your-license-expires) * [License history](#license-history) * [Troubleshooting](#troubleshooting) * [There is no License tab in the Admin Area](#there-is-no-license-tab-in-the-admin-area) * [Users exceed license limit upon renewal](#users-exceed-license-limit-upon-renewal) # Activate GitLab EE with a license[](#activate-gitlab-ee-with-a-license-starter-only "Permalink") 要激活所有 GitLab 企業版(EE)功能,您需要上傳許可證. 從 GitLab Inc.獲得許可證后,您可以通過**以管理員身份登錄到 GitLab 實例**或在安裝時添加許可證來上載許可證. 許可證的形式為 base64 編碼的 ASCII 文本,擴展名為`.gitlab-license` ,可以在[購買](https://about.gitlab.com/pricing/) `.gitlab-license`或注冊[免費試用時獲得](https://about.gitlab.com/free-trial/) . **注意:**從 GitLab Enterprise Edition 9.4.0 開始,沒有上載許可證的新安裝實例將僅具有核心功能. 試用許可證將激活所有 Ultimate 功能,但是[試用期滿后](#what-happens-when-your-license-expires) ,某些功能將被鎖定. ## Uploading your license[](#uploading-your-license "Permalink") 首次訪問以 admin 身份登錄的 GitLab EE 安裝時,您會看到一條注釋,敦促您上傳許可證,并帶有一個鏈接,該鏈接可直接轉到**Admin Area> License** . 否則,您可以: 1. 通過單擊菜單欄中的扳手圖標,手動導航到**管理區域** . [![Admin Area icon](https://img.kancloud.cn/42/0c/420cc1f43793de313fd2f09b0ab641ec_539x35.png)](img/admin_wrench.png) 2. 然后轉到" **許可證"**選項卡,然后單擊"上**載新許可證"** . [![License Admin Area](https://img.kancloud.cn/a3/c0/a3c0d684b63e9c5bf523fde0b6b2662b_1226x572.png)](img/license_admin_area.png) 3. 如果您收到`.gitlab-license`文件,則應該已經將其下載到本地計算機中. 然后,您可以通過選擇許可證文件并單擊"上**載許可證"**按鈕直接上載它. 在下圖中,您可以看到所選的許可證文件名為`GitLab.gitlab-license` . [![Upload license](https://img.kancloud.cn/5f/6f/5f6f56ede053bd4df636fc08ebc05d35_868x281.png)](img/license_upload.png) 如果您以純文本格式收到許可證,則需要選擇"輸入許可證密鑰"選項,復制許可證,將其粘貼到"許可證密鑰"字段中,然后點擊**上傳許可證** . ## Add your license at install time[](#add-your-license-at-install-time "Permalink") 通過將名為`Gitlab.gitlab-license`的文件放置在`/etc/gitlab/`對于 Omnibus)或`config/`對于源代碼安裝,可以在安裝時自動導入`Gitlab.gitlab-license` . 還可以為許可證指定自定義位置和文件名. 源代碼安裝應使用有效的 GitLab Enterprise Edition 許可證的路徑設置`GITLAB_LICENSE_FILE`環境變量. ``` export GITLAB_LICENSE_FILE="/path/to/license/file" ``` Omnibus 安裝應將此條目添加到`gitlab.rb` : ``` gitlab_rails['initial_license_file'] = "/path/to/license/file" ``` **警告:**這些方法只會在安裝時添加許可證. 使用 Web 用戶界面中的"管理區域"來續訂或升級許可證. * * * 許可證上載后,所有 GitLab 企業版功能都將處于激活狀態,直到許可證期結束. 該時間段結束后,該實例將[恢復](#what-happens-when-your-license-expires)為僅 Core 功能. 您可以隨時在"管理區域"的"許可證"部分中查看許可證詳細信息. [![License details](https://img.kancloud.cn/36/52/3652effc3e59cf423eb5ba8735fbc6c4_1000x855.png)](img/license_details.png) ## Notification before the license expires[](#notification-before-the-license-expires "Permalink") 許可證到期前一個月,GitLab 管理員將開始看到一條消息,通知到期時間. 確保您更新了許可證,否則,如果許可證過期,您將錯過所有付費功能. ## What happens when your license expires[](#what-happens-when-your-license-expires "Permalink") 萬一您的許可證過期,GitLab 將鎖定某些功能,如 Git 推送,問題創建等,并且將向所有管理員顯示一條消息,告知已過期的許可證. 為了恢復所有以前的功能,必須上載新的許可證. 要退回到僅激活核心功能,您需要刪除過期的許可證. ## License history[](#license-history "Permalink") 可以上傳和查看多個許可證,但是只有最新的許可證將用作活動許可證. ## Troubleshooting[](#troubleshooting "Permalink") ### There is no License tab in the Admin Area[](#there-is-no-license-tab-in-the-admin-area "Permalink") 如果您最初安裝的是 Community Edition,而不是 Enterprise Edition,則需要在[升級](../../update/README.html#community-to-enterprise-edition)許可證之前[升級到 Enterprise Edition](../../update/README.html#community-to-enterprise-edition) . GitLab.com 用戶無法上傳和使用自我管理的許可證. 如果您希望在 GitLab.com 上使用付費功能,則可以[購買](../../subscriptions/index.html#subscribe-to-gitlabcom)單獨的訂閱. ### Users exceed license limit upon renewal[](#users-exceed-license-limit-upon-renewal "Permalink") 如果您在續訂之前將新用戶添加到您的 GitLab 實例中,則可能需要購買額外的席位來覆蓋這些用戶. 如果是這種情況,并且上傳了沒有足夠用戶的許可證,則會顯示一條消息,提示您購買其他用戶. 有關如何確定所需用戶數以及如何增加其他席位的更多信息,請參見[許可常見問題解答](https://about.gitlab.com/pricing/licensing-faq/) .
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看