Goto Chapter: Top 1 2 3 4 5 6 7 8 Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

7 Maintaining the GAP website
 7.1 Overview

7 Maintaining the GAP website

This chapter describes how the information accessible on https://www.gap-system.org/ is stored and collected, and how it is transformed into web pages.

7.1 Overview

All the sources for the web pages are kept in the git repository https://github.com/gap-system/GapWWW. So you can clone this repository using


git clone https://github.com/gap-system/GapWWW

The website is hosted on a web server at RPTU Kaiserslautern-Landau. It use a clone of the above git repository. Whenever a commit is pushed to its master branch, the server automatically fetches the changes, runs the Jekyll tool and then serves the pages.

The README.md and etc/README.server.md in that repository explain the technical details about the website setup.

Furthermore the file dev/releases/README.md in the main GAP git repository contains instructions on how to update the website when a new GAP release is made.

 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 4 5 6 7 8 Ind

generated by GAPDoc2HTML