Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Connect to your yum/rpm repo

Each tool requires different steps to integrate with Gemfury. These directions will guide you with using your public and private yum/rpm repo.

Use your public YUM Repository URL to install RPM packages:

https://yum.fury.io/turingmotors/

To enable, add the following file /etc/yum.repos.d/fury.repo:

[fury]
name=Gemfury Private Repo
baseurl=https://yum.fury.io/turingmotors/
enabled=1
gpgcheck=0

To access private packages, add a deploy token to your Repository URL:

https://TOKEN@yum.fury.io/turingmotors/
Please be aware that this Repo-URL is individual to you to authenticate and authorize access to this repository. Your collaborators will have a different authentication token, possibly with different permissions to this account. Share it with caution.