Skip to content

Commit b36399c

Browse files
authored
repo sync
2 parents e6b8606 + b4171bf commit b36399c

47 files changed

Lines changed: 307729 additions & 4004 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/admin/configuration/command-line-utilities.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ $ ghe-config -l
7474
```
7575
Allows you to find the uuid of your node in `cluster.conf`.
7676

77-
``` shell
78-
$ ghe-config _hostname_.uuid
77+
```shell
78+
$ ghe-config <em>HOSTNAME</em>.uuid
7979
```
8080

8181
{% if currentVersion ver_gt "enterprise-server@2.21" %}
@@ -543,8 +543,8 @@ ghe-dpages status
543543
```
544544

545545
To evacuate a {% data variables.product.prodname_pages %} storage service before evacuating a cluster node:
546-
``` shell
547-
ghe-dpages evacuate pages-server-<uuid>
546+
```shell
547+
ghe-dpages evacuate pages-server-<em>UUID</em>
548548
```
549549

550550
#### ghe-spokes
@@ -569,16 +569,16 @@ ghe-spokes route
569569

570570
To evacuate storage services on a cluster node:
571571

572-
``` shell
573-
ghe-spokes server evacuate git-server-<uuid>
572+
```shell
573+
ghe-spokes server evacuate git-server-<em>UUID</em>
574574
```
575575

576576
#### ghe-storage
577577

578578
This utility allows you to evacuate all storage services before evacuating a cluster node.
579579

580-
``` shell
581-
ghe-storage evacuate storage-server-<uuid>
580+
```shell
581+
ghe-storage evacuate storage-server-<em>UUID</em>
582582
```
583583

584584
### Git

content/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ versions:
1010

1111
### About high availability replication for clusters
1212

13-
You can configure a cluster deployment of {% data variables.product.prodname_ghe_server %} for high availability, where an identical set of passive nodes sync with the nodes in your active cluster. If hardware or software failures affect the datacenter with your active cluster, you can manually fail over to the replica nodes and continue processing user requests without data loss.
13+
You can configure a cluster deployment of {% data variables.product.prodname_ghe_server %} for high availability, where an identical set of passive nodes sync with the nodes in your active cluster. If hardware or software failures affect the datacenter with your active cluster, you can manually fail over to the replica nodes and continue processing user requests, minimizing the impact of the outage.
1414

1515
In high availability mode, each active node syncs regularly with a corresponding passive node. The passive node runs in standby and does not serve applications or process user requests.
1616

content/admin/overview/managing-your-github-enterprise-license.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can allocate the user licenses included in your {% data variables.product.pr
2424

2525
If your {% data variables.product.prodname_ghe_server %} license expires, you won't be able to access {% data variables.product.product_location_enterprise %} via a web browser or Git. If needed, you will be able to use command-line utilities to back up all your data. For more information, see "[Configuring backups on your appliance](/enterprise/admin/guides/installation/configuring-backups-on-your-appliance)." If you have any questions about renewing your license, contact {% data variables.contact.contact_enterprise_sales %}.
2626

27-
### Uploading a new license to {% data variables.product.prodname_ghe_server %}
27+
### Uploading a new license to {% data variables.product.prodname_ghe_server %}
2828

2929
After you purchase a new license or upgrade an existing license from {% data variables.contact.contact_enterprise_sales %}, you must download your new license file, then upload the file to {% data variables.product.prodname_ghe_server %} to unlock your new user licenses.
3030

@@ -45,7 +45,9 @@ If you'd like to renew or add user licenses to {% data variables.product.prodnam
4545
13. To select your license, click **License file**, or drag your license file onto **License file**.
4646
![Upload license file](/assets/images/enterprise/management-console/upload-license.png)
4747
14. Click **Upload**.
48-
![Begin upgrade](/assets/images/enterprise/management-console/begin-upload.png)
48+
![Begin upload](/assets/images/enterprise/management-console/begin-upload.png)
49+
50+
{% if enterpriseVersion ver_lt "enterprise-server@3.0" %}If the web UI for {% data variables.product.prodname_ghe_server %} doesn't reflect your updated license immediately, see "[Troubleshooting](#troubleshooting)."{% endif %}
4951

5052
### Viewing license usage
5153

@@ -77,3 +79,23 @@ You can download a JSON file from {% data variables.product.prodname_ghe_server
7779
![Upload GitHub Enterprise Servers usage link](/assets/images/help/business-accounts/upload-ghe-server-usage-link.png)
7880
11. Upload the JSON file you downloaded from {% data variables.product.prodname_ghe_server %}.
7981
![Drag and drop or select a file to upload](/assets/images/help/business-accounts/upload-ghe-server-usage-file.png)
82+
83+
{% if currentVersion ver_lt "enterprise-server@3.0" %}
84+
85+
### Troubleshooting
86+
87+
In some scenarios, the web UI for {% data variables.product.prodname_ghe_server %} may not immediately reflect your new license. You can force the system to detect the license by restarting two system services.
88+
89+
{% data reusables.enterprise_installation.ssh-into-instance %}
90+
1. Restart the services for Git authentication and the HTTP server.
91+
92+
{% warning %}
93+
94+
**Warning**: Running the following command will result in a few minutes of user-facing downtime for {% data variables.product.prodname_ghe_server %}. Run the command with care.
95+
96+
{% endwarning %}
97+
98+
sudo systemctl restart github-gitauth github-unicorn
99+
1. After {% data variables.product.prodname_ghe_server %} returns you to a prompt, try accessing {% data variables.product.prodname_ghe_server %} via the command line or web UI again.
100+
101+
{% endif %}

content/admin/user-management/viewing-push-logs.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,19 @@ Push log entries show:
2222

2323
### Viewing a repository's push logs
2424

25+
1. Sign into {% data variables.product.prodname_ghe_server %} as a site administrator.
2526
1. Navigate to a repository.
26-
{% data reusables.enterprise_site_admin_settings.access-settings %}
27+
1. In the upper-right corner of the repository's page, click {% octicon "rocket" aria-label="The rocket ship" %}.
28+
![Rocketship icon for accessing site admin settings](/assets/images/enterprise/site-admin-settings/access-new-settings.png)
2729
{% data reusables.enterprise_site_admin_settings.security-tab %}
2830
4. In the left sidebar, click **Push Log**.
2931
![Push log tab](/assets/images/enterprise/site-admin-settings/push-log-tab.png)
3032

3133
{% if enterpriseServerVersions contains currentVersion %}
3234
### Viewing a repository's push logs on the command-line
3335

34-
1. SSH into your appliance. For more information, see "[Accessing the administrative shell (SSH)](/enterprise/{{ currentVersion }}/admin/guides/installation/accessing-the-administrative-shell-ssh/)."
35-
2. In the appropriate Git repository, open the audit log file:
36+
{% data reusables.enterprise_installation.ssh-into-instance %}
37+
1. In the appropriate Git repository, open the audit log file:
3638
```shell
3739
ghe-repo <em>owner</em>/<em>repository</em> -c "less audit_log"
3840
```

content/education/teach-and-learn-with-github-education/about-campus-advisors.md renamed to content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-campus-advisors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: About Campus Advisors
33
intro: 'As an instructor or mentor, learn to use {% data variables.product.prodname_dotcom %} at your school with Campus Advisors training and support.'
44
redirect_from:
5+
- /education/teach-and-learn-with-github-education/about-campus-advisors
56
- /github/teaching-and-learning-with-github-education/about-campus-advisors
67
- /articles/about-campus-advisors
78
versions:

content/education/teach-and-learn-with-github-education/about-campus-experts.md renamed to content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-campus-experts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: About Campus Experts
33
intro: 'As a student, learn the skills you need to build your school''s technology community and a real-world portfolio, with {% data variables.product.prodname_dotcom %} Campus Experts training.'
44
redirect_from:
5+
- /education/teach-and-learn-with-github-education/about-campus-experts
56
- /github/teaching-and-learning-with-github-education/about-campus-experts
67
- /articles/about-campus-experts
78
versions:

content/education/teach-and-learn-with-github-education/about-github-education-for-educators-and-researchers.md renamed to content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-github-education-for-educators-and-researchers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: About GitHub Education for educators and researchers
33
intro: '{% data variables.product.prodname_education %} offers a variety of tools to help educators and researchers work more effectively inside and outside of the classroom.'
44
redirect_from:
5+
- /education/teach-and-learn-with-github-education/about-github-education-for-educators-and-researchers
56
- /github/teaching-and-learning-with-github-education/about-github-education-for-educators-and-researchers
67
- /articles/about-github-education-for-educators-and-researchers
78
versions:

content/education/teach-and-learn-with-github-education/about-github-education-for-students.md renamed to content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-github-education-for-students.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: About GitHub Education for students
33
intro: '{% data variables.product.prodname_education %} offers students real-world experience with free access to various developer tools from {% data variables.product.prodname_dotcom %}''s partners.'
44
redirect_from:
5+
- /education/teach-and-learn-with-github-education/about-github-education-for-students
56
- /github/teaching-and-learning-with-github-education/about-github-education-for-students
67
- /articles/about-github-education-for-students
78
versions:
@@ -12,9 +13,9 @@ Using {% data variables.product.prodname_dotcom %} for your school projects is a
1213

1314
{% data reusables.education.about-github-education-link %}
1415

15-
Everyone with a {% data variables.product.prodname_dotcom %} account can collaborate in unlimited public and private repositories with {% data variables.product.prodname_free_user %}. As a student, you can also apply for the {% data variables.product.prodname_student_pack %}, which offers free access to tools and services used by professional developers. For more information, see "[Apply for a student developer pack](/education/teach-and-learn-with-github-education/apply-for-a-student-developer-pack)" and [{% data variables.product.prodname_education %}](https://education.github.com/pack).
16+
Everyone with a {% data variables.product.prodname_dotcom %} account can collaborate in unlimited public and private repositories with {% data variables.product.prodname_free_user %}. As a student, you can also apply for the {% data variables.product.prodname_student_pack %}, which offers free access to tools and services used by professional developers. For more information, see "[Apply for a student developer pack](/education/explore-the-benefits-of-teaching-and-learning-with-github-education/apply-for-a-student-developer-pack)" and [{% data variables.product.prodname_education %}](https://education.github.com/pack).
1617

17-
If you're a member of a FIRST robotics club, your mentor can apply for an educator discount so your team can collaborate using {% data variables.product.prodname_team %}, which allows unlimited users and private repositories, for free. For more information, see "[Apply for an educator or researcher discount](/education/teach-and-learn-with-github-education/apply-for-an-educator-or-researcher-discount)."
18+
If you're a member of a FIRST robotics club, your mentor can apply for an educator discount so your team can collaborate using {% data variables.product.prodname_team %}, which allows unlimited users and private repositories, for free. For more information, see "[Apply for an educator or researcher discount](/education/explore-the-benefits-of-teaching-and-learning-with-github-education/apply-for-an-educator-or-researcher-discount)."
1819

1920
### Further reading
2021

content/education/teach-and-learn-with-github-education/about-github-education.md renamed to content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/about-github-education.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: About GitHub Education
33
intro: '{% data variables.product.prodname_education %} offers a special free product for schools that want to make the most of {% data variables.product.prodname_dotcom %} for their community and agree to specific program requirements.'
44
redirect_from:
5+
- /education/teach-and-learn-with-github-education/about-github-education
56
- /github/teaching-and-learning-with-github-education/about-github-education
67
- /articles/about-github-education
78
versions:
@@ -20,4 +21,4 @@ Teachers can manage a course on software development with {% data variables.prod
2021

2122
To learn more about training programs for student leaders and teachers, see "[{% data variables.product.prodname_dotcom %} Campus Experts](https://education.github.com/students/experts)" and "[Campus Advisors](https://education.github.com/teachers/advisors)."
2223

23-
If you're a student or academic faculty and your school isn't partnered with {% data variables.product.prodname_dotcom %} as a {% data variables.product.prodname_education %} school, then you can still individually apply for discounts to use {% data variables.product.prodname_dotcom %}. For more information, see "[Use {% data variables.product.prodname_dotcom %} for your schoolwork](/education/teach-and-learn-with-github-education/use-github-for-your-schoolwork)" or "[Use {% data variables.product.prodname_dotcom %} in your classroom and research](/education/teach-and-learn-with-github-education/use-github-in-your-classroom-and-research/)."
24+
If you're a student or academic faculty and your school isn't partnered with {% data variables.product.prodname_dotcom %} as a {% data variables.product.prodname_education %} school, then you can still individually apply for discounts to use {% data variables.product.prodname_dotcom %}. For more information, see "[Use {% data variables.product.prodname_dotcom %} for your schoolwork](/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-for-your-schoolwork)" or "[Use {% data variables.product.prodname_dotcom %} in your classroom and research](/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/)."

content/education/teach-and-learn-with-github-education/apply-for-a-student-developer-pack.md renamed to content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/apply-for-a-student-developer-pack.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Apply for a student developer pack
33
intro: 'As a student, you can apply for the {% data variables.product.prodname_student_pack %}, which includes offers and benefits from {% data variables.product.prodname_dotcom %} partners.'
44
redirect_from:
5+
- /education/teach-and-learn-with-github-education/apply-for-a-student-developer-pack
56
- /github/teaching-and-learning-with-github-education/applying-for-a-student-developer-pack
67
- /articles/applying-for-a-student-developer-pack
78
versions:
@@ -28,7 +29,7 @@ During your tenure as a student, you may be prompted to periodically re-verify y
2829

2930
{% endnote %}
3031

31-
For information about renewing your {% data variables.product.prodname_student_pack %}, see "[Expiration and renewals](/education/teach-and-learn-with-github-education/apply-for-a-student-developer-pack/#expiration-and-renewals)."
32+
For information about renewing your {% data variables.product.prodname_student_pack %}, see "[Expiration and renewals](/education/explore-the-benefits-of-teaching-and-learning-with-github-education/apply-for-a-student-developer-pack/#expiration-and-renewals)."
3233

3334
### Applying for a {% data variables.product.prodname_student_pack %}
3435

0 commit comments

Comments
 (0)