https://github.com/gluster/infra-docs
Documentation of gluster community infrastructure
https://github.com/gluster/infra-docs
Last synced: about 1 year ago
JSON representation
Documentation of gluster community infrastructure
- Host: GitHub
- URL: https://github.com/gluster/infra-docs
- Owner: gluster
- License: bsd-3-clause
- Created: 2016-06-07T01:23:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T13:59:09.000Z (about 6 years ago)
- Last Synced: 2025-04-12T08:52:27.176Z (about 1 year ago)
- Language: Python
- Homepage: https://gluster-infra-docs.readthedocs.io/
- Size: 66.4 KB
- Stars: 2
- Watchers: 6
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.rst
- License: LICENSE
Awesome Lists containing this project
README
# Infrastructure documentation of the gluster project
This repository is used by the infrastructure team of the Gluster.org project
to hold various documentation about the servers and systems of the project
## Build documentation
Install pre-requisites
On Centos/RHEL, you can just use yum/dnf
```
# yum install python-sphinx python-sphinx_rtd_theme
```
Then to build, you can type
```
make html
```
And read the doc in _build/html/