在 XenServer 上安装 GitHub Enterprise Server
要在 XenServer 上安装 GitHub Enterprise Server,您必须先将 GitHub Enterprise Server 磁盘映像部署到 XenServer 主机。
本文内容
- 基本要求
- 硬件考量因素
- 下载 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 虚拟机 (VM) 的机器上安装 XenServer Hypervisor 。 我们支持版本 6.0 到 7.0。
-
我们建议使用 XenCenter Windows Management Console 进行初始设置。 下文介绍了使用 XenCenter Windows Management Console 的说明。 更多信息请参阅 Citrix 指南“如何下载和安装 XenCenter”。
硬件考量因素
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 内部部署,然后单击 XenServer (VHD)。
-
要下载许可文件,请单击 Download license。
创建 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. 更多信息请参阅“硬件考量因素”。
-
在 XenCenter 中,导入您下载的 GitHub Enterprise Server 映像。 有关说明,请参阅 XenCenter 指南“导入磁盘映像”。
- 对于“启用操作系统修复”步骤,请选择 Don't use Operating System Fixup。
- 完成后使 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. 有关说明,请参阅 XenCenter 指南“添加虚拟磁盘”。
配置 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.
延伸阅读
- "系统概述"