<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>

                ??碼云GVP開源項目 12k star Uniapp+ElementUI 功能強大 支持多語言、二開方便! 廣告
                # Installation > 原文:[https://docs.gitlab.com/ee/install/README.html](https://docs.gitlab.com/ee/install/README.html) * [Requirements](#requirements) * [Installing GitLab using the Omnibus GitLab package (recommended)](#installing-gitlab-using-the-omnibus-gitlab-package-recommended) * [Installing GitLab on Kubernetes via the GitLab Helm charts](#installing-gitlab-on-kubernetes-via-the-gitlab-helm-charts) * [Installing GitLab with Docker](#installing-gitlab-with-docker) * [Installing GitLab from source](#installing-gitlab-from-source) * [Installing GitLab on cloud providers](#installing-gitlab-on-cloud-providers) * [Securing your GitLab installation](#securing-your-gitlab-installation) # Installation[](#installation-core-only "Permalink") GitLab 可以安裝在大多數 GNU / Linux 發行版以及許多云提供商中. 為了從 GitLab 獲得最佳體驗,您需要在性能,可靠性,易于管理(備份,升級和故障排除)以及托管成本之間取得平衡. 根據平臺的不同,可以通過多種方式安裝 GitLab: 1. **Omnibus GitLab** :官方的 deb / rpm 軟件包,包含捆綁的 GitLab 及其依賴的各種組件,例如 PostgreSQL,Redis,Sidekiq 等. 2. **GitLab Helm 圖表** :用于在 Kubernetes 上安裝 GitLab 及其所有組件的云原生 Helm 圖表. 3. **碼頭**工人:Omnibus GitLab 軟件包碼頭化. 4. **來源** :從頭開始安裝 GitLab 及其所有組件. **如有疑問,請選擇 Omnibus:** Omnibus GitLab 軟件包已經成熟, [可擴展,](../administration/reference_architectures/index.html)并且已在 GitLab.com 上使用. 建議向熟悉 Kubernetes 的人使用 Helm 圖表. ## Requirements[](#requirements "Permalink") 在安裝 GitLab 之前,查看系統[要求](requirements.html)至關重要. 系統要求包括有關最低硬件,軟件,數據庫以及支持 GitLab 的其他要求的詳細信息. ## Installing GitLab using the Omnibus GitLab package (recommended)[](#installing-gitlab-using-the-omnibus-gitlab-package-recommended "Permalink") Omnibus GitLab 軟件包使用我們的官方 deb / rpm 存儲庫. 建議大多數用戶使用. 如果您需要更多的靈活性和彈性,我們建議按照[參考架構文檔](../administration/reference_architectures/index.html)中的[說明](../administration/reference_architectures/index.html)部署 GitLab. [**> Install GitLab using the Omnibus GitLab package.**](https://about.gitlab.com/install/) ## Installing GitLab on Kubernetes via the GitLab Helm charts[](#installing-gitlab-on-kubernetes-via-the-gitlab-helm-charts "Permalink") **需要 Kubernetes 經驗:**我們建議您先熟悉 Kubernetes,然后再使用 Kubernetes 在生產中部署 GitLab. 管理,可觀察性和某些概念的方法與傳統部署不同. 在 Kubernetes 上安裝 GitLab 時,需要注意一些折衷: * 管理和故障排除需要 Kubernetes 知識. * 對于較小的安裝,它可能會更昂貴. 默認安裝比單節點 Omnibus 部署需要更多的資源,因為大多數服務都是以冗余方式部署的. * 有一些功能[限制需要注意](https://docs.gitlab.com/charts/) . [**> Install GitLab on Kubernetes using the GitLab Helm charts.**](https://docs.gitlab.com/charts/) ## Installing GitLab with Docker[](#installing-gitlab-with-docker "Permalink") GitLab 基于 Omnibus GitLab 軟件包維護一組正式的 Docker 映像. [**> Install GitLab using the official GitLab Docker images.**](docker.html) ## Installing GitLab from source[](#installing-gitlab-from-source "Permalink") 如果您的發行版中沒有 Omnibus GitLab 軟件包,則可以從源代碼安裝 GitLab:對于* BSD 等不受支持的系統很有用. 有關目錄結構的概述,請閱讀[結構文檔](structure.html) . [**> Install GitLab from source.**](installation.html) ## Installing GitLab on cloud providers[](#installing-gitlab-on-cloud-providers "Permalink") 只要有云提供商支持,就可以使用上述任何一種方法將 GitLab 安裝在各種云提供商上. * [在 AWS 上](aws/index.html)安裝:使用 GitLab 提供的社區 AMI 在 AWS [上](aws/index.html)安裝 Omnibus GitLab. * [在 Google Cloud Platform 上安裝 GitLab](google_cloud_platform/index.html) :在 GCP 中的 VM 上安裝 Omnibus GitLab. * [在 Azure 上](azure/index.html)安裝 GitLab:從 Azure 市場安裝 Omnibus GitLab. * [在 OpenShift 上](https://docs.gitlab.com/charts/installation/cloud/openshift.html)安裝 GitLab:通過使用 GitLab 的 Helm 圖表在 OpenShift [上](https://docs.gitlab.com/charts/installation/cloud/openshift.html)安裝 GitLab. * [在 DC / OS 上](https://d2iq.com/blog/gitlab-dcos)安裝 GitLab:通過[GitLab-Mesosphere 集成](https://about.gitlab.com/blog/2016/09/16/announcing-gitlab-and-mesosphere/)在 Mesosphere DC / OS 上安裝 GitLab. * [在 DigitalOcean 上安裝 GitLab:在 DigitalOcean 上](https://about.gitlab.com/blog/2016/04/27/getting-started-with-gitlab-and-digitalocean/)安裝 Omnibus GitLab. * *僅測試!* [DigitalOcean 和 Docker Machine](digitaloceandocker.html) :使用 Docker Machine 在 DigitalOcean 上快速測試任何版本的 GitLab. ## Securing your GitLab installation[](#securing-your-gitlab-installation "Permalink") 完成安裝后,請查看我們[建議的做法以保護您的 GitLab 實例](../security/README.html#securing-your-gitlab-installation) .
                  <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>

                              哎呀哎呀视频在线观看