howtos/README.md
Clement Verna b6fe9f5b08 Adding a Readme
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-02-11 16:04:35 +01:00

17 lines
591 B
Markdown

# How to do things around the infrastructure.
This repo contains the steps on How to do a tasks in the infrastructure. It is meant to be a knowledge database that can be quickly accessed and updated.
# Adding a new document.
Create a new markdown document with the name of the task as a title. For example How to create a fas group should be `create_a_fas_group.md`
# Searching for a document.
It is recommended to clone the repository and use the `git grep` command to look for keywords.
```
$ git clone ssh://git@pagure.io/Fedora-Infra/howtos.git
$ cd howtos
$ git grep akeyword
```