Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 327 Bytes

File metadata and controls

8 lines (6 loc) · 327 Bytes

How to run comin locally

 $ go build
 $ sudo ./comin run --config ./internal/config/configuration.yaml --debug

You need to update the configuration.yaml file with your remotes. It is also possible to use the YAML configuration file generation by your module (see systemctl show comin.service | grep ExecStart=).