blob: bb9bc00e0fc22846b60a9d9782cb9045b04fb468 [file] [log] [blame] [view] [edit]
# Gerrit Installer For macOS
This installation does the following, it creates a user called gerrit,
it installs in /var/gerrit/.
* To build it your self do the following first, this will also create the uninstaller too under uninstaller/
```
$ chmod a+x scripts/*
$ chmod a+x uninstaller/scripts/*
$ make VERSION=2.13.7
```