The content of this repository is available as GitHub Pages Site here
This is a demo implementation from scratch including all the steps down, to help out developers or platform engineers who want to start with Red Hat Developer Hub (or just to do as a workshop).
So feel free to check it out if you are struggling with it. Don't bother with the grammatical aspect, it just wrote it down to have it written down 😛
It contains both the documented steps and the sample yaml code. Besides the S3 storage, all required files, code, configs, ... are contained in this GitHub repository.
Want to contribute? Great! We try to make it easy, and all contributions, even the smaller ones, are more than welcome. This includes bug reports, fixes, documentation, examples... But first, read our Contribution Guide.
This site uses GitHub pages to render the content, which is based on Jekyll. It is easy to test locally this site following the next instructions:
- Install Jekyll on your machine following the official documentation
- Access to the
docs
folder:cd docs
- Install the bundles executing:
bundle install
- Run the local server executing:
bundle exec jekyll serve
The site will be accessible locally at http://127.0.0.1:4000