mailcow-dockerized-docs/README.md

16 Zeilen
952 B
Markdown

2021-11-29 19:12:10 +01:00
[![Build and deploy to gh-pages](https://img.shields.io/github/workflow/status/mailcow/mailcow-dockerized-docs/Build%20and%20deploy%20to%20gh-pages/master?label=Build%20and%20deploy%20to%20gh-pages)](https://github.com/mailcow/mailcow-dockerized-docs/actions/workflows/gh-pages.yml)
2017-06-12 14:37:47 +02:00
2019-10-14 18:35:17 +02:00
# mailcow: dockerized documentation
2020-04-21 23:34:34 +02:00
This project aims to provide the mailcow: dockerized documentation for the [mailcow: dockerized](https://github.com/mailcow/mailcow-dockerized) project.
2017-05-02 21:36:57 +02:00
https://mailcow.github.io/mailcow-dockerized-docs
2019-10-19 15:21:39 +02:00
To build it locally, you need the [Material theme for MkDocs](https://squidfunk.github.io/mkdocs-material/), [MkDocs](https://www.mkdocs.org/) itself and [Pygments](http://pygments.org/). To install these with [pip](https://pip.pypa.io/en/stable/) and get it up and running, fire up your terminal and enter
```
2021-11-29 19:12:10 +01:00
git clone https://github.com/mailcow/mailcow-dockerized-docs.git
pip install -r requirements.txt
2019-10-19 15:21:39 +02:00
mkdocs serve
2021-05-03 01:13:15 +02:00
```