Skip to content

Install and configure HGitaly

Georges Racinet requested to merge topic/heptapod/hgitaly into branch/heptapod

This clones the HGitaly project, installs it in the Python3 virtual environment, and creates a corresponding hgitaly service.

The HDK uses two different ports for HGitaly, which can be configured in gdk.yml, here are the default values:

hgitaly:
   development:
      port: 9237
   test:
      port: 9238

It's important to keep these two different, so that one can launch the RSpec tests even if the hgitaly GDK service is running.

Merge request reports