This is the SSSD documentation project for Github Pages. Generated HTML is accessible at sssd.github.io.
See Github documentation for thorough instructions.
- Install Jekyll (the web site builder)
- Install Bundler (the Ruby gems manager)
- Install/update required gems
- Serve the project
- Navigate to 127.0.0.1:4000
$ cd <repository directory>
$ sudo dnf install rubygem-jekyll rubygem-bundler
$ sudo bundle install
$ bundle exec jekyll serve