RPM Package for RHEL/CentOS/Amzn Linux

Moved from GitHub dgraph/5192

Posted by darkn3rd:

As a Linux user (RHEL, CentOS), I want to install dgraph binaries using yum or dnf, so that installation super easy and enjoy benefits of package management (searched, install audited, automation)

Implementation: We would post packages and gpg key on a web server, and users would then use yum -config-manager --add-repo URL to add the repository, or edit /etc/yum/conf or add a file to /etc/yum.repos.d.

1 Like

I would really need .deb packages as well for debian-based operating systems.
Perhaps the team could look into goreleaser+nfpm to facilitate the release of all the assets more simply:

GitHub - goreleaser/nfpm: nFPM is Not FPM - a simple deb, rpm, apk and arch linux packager written in Go (Linux packages (via nFPM) - GoReleaser)