VMware で GitHub Enterprise Server をインストールする
GitHub Enterprise Server を VMWare にインストールするには、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."
ストレージデバイスには、高パフォーマンスの SSD を直接アタッチするか、ストレージエリアネットワーク (SAN) を経由するかの、いずれかをおすすめします。
GitHub Enterprise Server インスタンスで使用するシート数に基づくハードウェア構成をおすすめします。 |
シート数 | vCPUs | メモリ | アタッチされたストレージ | ルートストレージ |
---|---|---|---|---|
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のディスクをホストするのに十分な領域があるものを選択してください。 インスタンスサイズに応じた最小の推奨ハードウェア仕様については"ハードウェアについて"を参照してください。lazy zeroingのシックプロビジョニングをおすすめします。
- 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 Management Console, 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.
参考リンク
- "システムの概要"