Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 3.41 KB

server-installation-notes.md

File metadata and controls

17 lines (12 loc) · 3.41 KB

GitHub Enterprise Server (GHES) installation notes

This course is fully compatible with any supported version* of GHES.

*Supported versions of GHES are visible by using the drop-down in the official documentation.

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
GitHub Pages Yes Used to teach the learner how to enable GitHub Pages, choose a theme, customize, and edit the project. This course could be modified to teach Jekyll without GitHub Pages, but it requires significant changes to both config.yml, and the responses/ folder.
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.
GHES must be able to reach GitHub.com Yes The network must be able to access GitHub.com to access the minima theme. If this is not possible, the repository can be recreated within your GHES instance and update the course instructions to point to the new remote alternative theme.