Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
add installation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorsector committed May 8, 2019
1 parent a9d17ad commit 486d58c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions server-installation-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## GitHub Enterprise Server (GHES) installation notes

⚠️ | This course uses features not yet supported by GHES.
--- | ---

This course makes use of [suggested changes](https://github.blog/changelog/2018-10-16-suggested-changes/), a feature that is currently in beta for GitHub.com but not available on GHES. Courses will still work, but suggested changes will appear as pull request comments with the syntax:
<code>
```suggestion
A suggestion
```
</code>

### Course dependencies

The following are dependencies of the course. The course may continue to work without these dependencies, but learners won't experience the course as designed.

| Dependency | Required? | Reason | Alternative |
|--------------------------------------------------------------------------------------------------------------------------|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| GHES must be able to reach githubusercontent.com | Yes | Images used throughout the course are served from this domain. Learners will find broken images required to take the course without this access. | Manually download the images referenced in the `responses/` folder, upload them to an accessible domain, and replace the images in the `responses/` folder. |
| Learner must be able to reach github.com and outside web | No | Links are provided to resources that live on the outside web. | Without access to resources on the outside web, learners will reach blocked resources. You can change the links to these resources in the `responses/` folder, and in the template repository. |

0 comments on commit 486d58c

Please sign in to comment.