在 VMware 上安装 GitHub Enterprise Server
要在 VMWare 上安装 GitHub Enterprise Server,您必须下载 VMWare vSphere 客户端,然后下载并部署 GitHub Enterprise Server 软件。
本文内容
- 基本要求
- 硬件考量因素
- 下载 GitHub Enterprise Server 映像
- 创建 GitHub Enterprise Server 实例
- 配置 GitHub Enterprise Server 实例
基本要求
-
You must have a GitHub Enterprise license file. To download an existing license file or request a trial license, visit enterprise.github.com. For more information, see "Managing your GitHub Enterprise Server license."
-
您必须为将要运行 您的 GitHub Enterprise Server 实例 的裸金属机应用 VMware vSphere ESXi Hypervisor。 我们支持版本 5.5 到 6.7。ESXi Hypervisor 免费提供,不包含(可选)vCenter Server。 更多信息请参阅 VMware ESXi 文档。
-
您将需要访问 vSphere Client。 如果您有 vCenter Server,可以使用 vSphere Web Client。 更多信息请参阅 VMware 指南“使用 vSphere Web Client 登录 vCenter Server”。
硬件考量因素
GitHub Enterprise Server requires a persistent data disk separate from the root disk. For more information, see "System overview."
对于存储设备,我们建议您使用直接附加的或来自存储区域网络 (SAN) 的高性能 SSD。
建议根据 您的 GitHub Enterprise Server 实例 中使用的席位数选择不同的硬件配置。 |
席位 | vCPU | 内存 | 附加的存储容量 | 根存储容量 |
---|---|---|---|---|
10-500 | 2 | 16 GB | 100 GB | 200 GB |
500-3000 | 4 | 32 GB | 250 GB | 200 GB |
3000-5000 | 8 | 64 GB | 500 GB | 200 GB |
5000-8000 | 12 | 72 GB | 750 GB | 200 GB |
8000-10000+ | 16 | 128 GB | 1000 GB | 200 GB |
这些是最低限度的建议。 根据您的使用情况(例如用户活动和选定的集成),可能需要更多资源。 更多信息请参阅“增加 CPU 或内存资源”。
Note: The root disk can be resized by building a new appliance or using an existing appliance. For more information, see "Increasing storage capacity."
Warning: We recommend you use webhooks to fetch repository changes for continuous integration (CI) or similar systems. Regular automatic checks, or polling, will significantly reduce the scalability of your instance. For more information, see "About webhooks"
下载 GitHub Enterprise Server 映像
-
Navigate to the GitHub Enterprise Server download page.
-
要下载许可文件,请单击 Download license。
-
Click Get the latest release of GitHub Enterprise Server.
-
选择 GitHub 内部部署,然后单击 VMware ESXi/vSphere (OVA)。
-
单击 Download for VMware ESXi/vSphere (OVA)。
创建 GitHub Enterprise Server 实例
To create the instance, you'll need to import the GitHub Enterprise Server image to your virtual machine and attach an additional storage volume for your instance data. 更多信息请参阅“硬件考量因素”。
-
使用 vSphere Windows Client 或 vCenter Web Client 导入您下载的 GitHub Enterprise Server 映像。 For instructions, see the VMware guide "Deploy an OVF or OVA Template."
- 选择数据存储时,请选择空间足以容纳 VM 磁盘的数据存储。 有关建议为实例使用的最低硬件规格,请参阅“硬件考量因素”。建议采用支持延迟归零的密集配置。
- 让 Power on after deployment 框保持取消选中状态,因为您需要在配置 VM 后为仓库数据添加连接的存储卷。
- Create a new virtual disk to use as an attached storage volume for your instance data, and configure the size based on your seat count. 有关说明,请参阅 VMware 指南“向虚拟机添加新硬盘”。
配置 GitHub Enterprise Server 实例
-
Copy the virtual machine's public DNS name, and paste it into a web browser.
-
At the prompt, upload your license file and set a management console password. For more information, see "Managing your GitHub Enterprise Server license."
-
In the 管理控制台, configure and save your desired settings. For more information, see "Configuring the GitHub Enterprise Server appliance."
-
The instance will restart automatically.
-
Click Visit your instance.
延伸阅读
- "系统概述"