1
0
mirror of synced 2026-01-21 15:01:02 -05:00

Merge pull request #24979 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2023-04-11 06:03:54 -04:00
committed by GitHub
8 changed files with 30 additions and 0 deletions

View File

@@ -134,6 +134,10 @@ Both primary and replica instances should be assigned separate EIPs in productio
## Configuring the {% data variables.product.prodname_ghe_server %} instance
{% data reusables.enterprise_installation.new-instance-config-summary %}
{% data reusables.enterprise_installation.new-instance-attack-vector-warning %}
{% data reusables.enterprise_installation.copy-the-vm-public-dns-name %}
{% data reusables.enterprise_installation.upload-a-license-file %}
{% data reusables.enterprise_installation.save-settings-in-web-based-mgmt-console %} For more information, see "[AUTOTITLE](/admin/configuration/configuring-your-enterprise)."

View File

@@ -79,6 +79,10 @@ Before launching {% data variables.location.product_location %} on Azure, you'll
## Configuring the {% data variables.product.prodname_ghe_server %} virtual machine
To configure the instance, you must confirm the instance's status, upload a license file, set the {% ifversion enterprise-management-console-multi-user-auth %}root {% endif %} {% data variables.enterprise.management_console %} password, configure the instance's settings, and restart the instance.
{% data reusables.enterprise_installation.new-instance-attack-vector-warning %}
1. Before configuring the VM, you must wait for it to enter ReadyRole status. Check the status of the VM with the `vm list` command. For more information, see "[`az vm list`](https://docs.microsoft.com/cli/azure/vm?view=azure-cli-latest#az_vm_list)" in the Microsoft documentation.
```shell
$ az vm list -d -g RESOURCE_GROUP -o table

View File

@@ -89,6 +89,10 @@ To create the {% data variables.product.prodname_ghe_server %} instance, you'll
## Configuring the instance
{% data reusables.enterprise_installation.new-instance-config-summary %}
{% data reusables.enterprise_installation.new-instance-attack-vector-warning %}
{% data reusables.enterprise_installation.copy-the-vm-public-dns-name %}
{% data reusables.enterprise_installation.upload-a-license-file %}
{% data reusables.enterprise_installation.save-settings-in-web-based-mgmt-console %} For more information, see "[AUTOTITLE](/admin/configuration/configuring-your-enterprise)."

View File

@@ -60,6 +60,10 @@ shortTitle: Install on Hyper-V
## Configuring the {% data variables.product.prodname_ghe_server %} instance
{% data reusables.enterprise_installation.new-instance-config-summary %}
{% data reusables.enterprise_installation.new-instance-attack-vector-warning %}
{% data reusables.enterprise_installation.copy-the-vm-public-dns-name %}
{% data reusables.enterprise_installation.upload-a-license-file %}
{% data reusables.enterprise_installation.save-settings-in-web-based-mgmt-console %} For more information, see "[AUTOTITLE](/admin/configuration/configuring-your-enterprise)."

View File

@@ -45,6 +45,10 @@ shortTitle: Install on OpenStack
## Configuring the {% data variables.product.prodname_ghe_server %} instance
{% data reusables.enterprise_installation.new-instance-config-summary %}
{% data reusables.enterprise_installation.new-instance-attack-vector-warning %}
{% data reusables.enterprise_installation.copy-the-vm-public-dns-name %}
{% data reusables.enterprise_installation.upload-a-license-file %}
{% data reusables.enterprise_installation.save-settings-in-web-based-mgmt-console %} For more information, see "[AUTOTITLE](/admin/configuration/configuring-your-enterprise)."

View File

@@ -46,6 +46,10 @@ shortTitle: Install on VMware
## Configuring the {% data variables.product.prodname_ghe_server %} instance
{% data reusables.enterprise_installation.new-instance-config-summary %}
{% data reusables.enterprise_installation.new-instance-attack-vector-warning %}
{% data reusables.enterprise_installation.copy-the-vm-public-dns-name %}
{% data reusables.enterprise_installation.upload-a-license-file %}
{% data reusables.enterprise_installation.save-settings-in-web-based-mgmt-console %} For more information, see "[AUTOTITLE](/admin/configuration/configuring-your-enterprise)."

View File

@@ -0,0 +1,5 @@
{% warning %}
**Warning**: To prevent an attacker from compromising the new instance, ensure that you personally set the {% ifversion enterprise-management-console-multi-user-auth %}root {% endif %}{% data variables.enterprise.management_console %} password and create the first user as soon as possible.
{% endwarning %}

View File

@@ -0,0 +1 @@
To configure the instance, you must upload a license file, set the {% ifversion enterprise-management-console-multi-user-auth %}root {% endif %}{% data variables.enterprise.management_console %} password, configure the instance's settings, and restart the instance.