DevOps by Default Blog

Posts tagged "Ruby"

Clear

1 article

Create a gem repo

Creating your own gem repo is easy. Install ruby and rubygems packages Install the builder gem Run gem generate_index to create the repo metadata Publish the directory with indexing using your favourite web server In this example, we do the first 3 steps on Centos7 although the concept is the same …

Read more