tree: 94ed9362192de51ecf22a87ab7ca7292cea0da3f [path history] [tgz]
  1. config/
  2. tools/
  3. Dockerfile
  4. README.md
container-images/apache-git-http-backend/README.md

apache-git-http-backend

The apache-git-http-backend docker image serves as receiver in git replication from a Gerrit to a Gerrit replica.

Content

  • base image
  • Apache webserver
  • Apache configurations for http
  • git (via base image) and git-deamon for git-http-backend
  • tools/project_admin.sh: cgi script to enable remote creation/deletion/HEAD update of git repositories. Compatible with replication plugin.
  • tools/start: start script, configures and starts Apache webserver

Setup and Configuration

  • install Apache webserver, additional Apache tools and git daemon
  • configure Apache
  • install cgi scripts
  • map volumes

Start

  • start Apache git-http backend via start script /var/tools/start