Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 784 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 784 Bytes

SSSD Documentation

This is the SSSD documentation project for Github Pages. Generated HTML is accessible at sssd.github.io.

How to build the project locally

See Github documentation for thorough instructions.

Quick start

  1. Install Jekyll (the web site builder)
  2. Install Bundler (the Ruby gems manager)
  3. Install/update required gems
  4. Serve the project
  5. Navigate to 127.0.0.1:4000

Fedora Quick Start

$ cd <repository directory>
$ sudo dnf install rubygem-jekyll rubygem-bundler
$ sudo bundle install
$ bundle exec jekyll serve