| Giorgi Lekveishvili | 4ec4c02 | 2024-08-17 15:09:24 +0400 | [diff] [blame] | 1 | # apache-git-http-backend |
| 2 | |
| 3 | The apache-git-http-backend docker image serves as receiver in git replication |
| 4 | from a Gerrit to a Gerrit replica. |
| 5 | |
| 6 | ## Content |
| 7 | |
| 8 | * base image |
| 9 | * Apache webserver |
| 10 | * Apache configurations for http |
| 11 | * git (via base image) and git-deamon for git-http-backend |
| 12 | * `tools/project_admin.sh`: cgi script to enable remote creation/deletion/HEAD update |
| 13 | of git repositories. Compatible with replication plugin. |
| 14 | * `tools/start`: start script, configures and starts Apache |
| 15 | webserver |
| 16 | |
| 17 | ## Setup and Configuration |
| 18 | |
| 19 | * install Apache webserver, additional Apache tools and git daemon |
| 20 | * configure Apache |
| 21 | * install cgi scripts |
| 22 | * map volumes |
| 23 | |
| 24 | ## Start |
| 25 | |
| 26 | * start Apache git-http backend via start script `/var/tools/start` |