This repository contains the Strimzi website.
Ruby and Rubygems are needed in order to build the web site.
Install bundler
gem install bundler
In order to build and serve the web site locally, run :
bundle install
bundle exec jekyll serve
This repository contains the Strimzi website.
Ruby and Rubygems are needed in order to build the web site.
Install bundler
gem install bundler
In order to build and serve the web site locally, run :
bundle install
bundle exec jekyll serve