1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-29 22:37:58 +02:00

Use a custom role for including github_version

This commit is contained in:
kaiyou
2017-11-06 12:10:54 +01:00
parent 8b9d9ef86d
commit 30a1657155
2 changed files with 17 additions and 5 deletions

View File

@@ -19,12 +19,12 @@ Docker Compose configuration is stored in a file named
:download:`docker-compose.yml`. Additionally, Mailu
relies on a :download:`.env` file for various settings. Download
the proper template files from the git repository. To download the configuration
for the "|github_version|" branch, use:
for the ":var:`github_version`" branch, use:
.. parsed-literal::
wget https://mailu.io/|github_version|/_downloads/docker-compose.yml
wget https://mailu.io/|github_version|/_downloads/.env
wget https://mailu.io/:var:`github_version`/_downloads/docker-compose.yml
wget https://mailu.io/:var:`github_version`/_downloads/.env
Then open the ``.env`` file to setup the mail server. Modify the ``ROOT`` setting
to match your setup directory if different from ``/mailu``.