Simplify the instruction

Everything is done by one command.
This commit is contained in:
Thomas Rohlajz
2017-03-21 15:57:07 +01:00
committed by GitHub
parent 79dd621bfa
commit 6f000b51a4

View File

@@ -64,12 +64,9 @@ A Kubernetes pod file is in the `kubernetes/` folder. The command to run it woul
The main reason for this to happen is that you are missing a config file named `uwsgi.ini`. The main reason for this to happen is that you are missing a config file named `uwsgi.ini`.
The get this file run: The get this file run:
``` ```
host$ docker run -it quay.io/galexrt/zulip:1.5.1 bash // This command copy the output of file uwsgi.ini into your data volume on the host.
// In the container shell run // Replace `YOUR_ZULIP_DATA_PATH` with your path.
container# cat /etc/zulip/uwsgi.ini host$ docker run --rm quay.io/galexrt/zulip:1.5.1 cat /etc/zulip/uwsgi.ini > YOUR_ZULIP_DATA_PATH/settings/etc-zulip/
// Copy the output of this command into your data volume
// The location to copy the file uwsgi.ini to is in the data volume on the host is:
// `YOUR_ZULIP_DATA_PATH/settings/etc-zulip`
``` ```
## Community ## Community