diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-05-28 13:51:21 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-05-28 13:51:21 -0500 |
commit | 39127f15eb36c4fb41838a232f9d80c50416838d (patch) | |
tree | da8cf563c6c4f5cfdaec14c4a5cddb808f0807e6 /docs/installation/arch_linux_en.md | |
parent | c23b81e399d5be6fc30f4acb1d757d5eb291d8e1 (diff) | |
parent | 7ad87571bdcd39959280d15f5bfe4175e04c442c (diff) | |
download | pleroma-39127f15eb36c4fb41838a232f9d80c50416838d.tar.gz pleroma-39127f15eb36c4fb41838a232f9d80c50416838d.zip |
Merge remote-tracking branch 'pleroma/develop' into cycles-router-api-routes
Diffstat (limited to 'docs/installation/arch_linux_en.md')
-rw-r--r-- | docs/installation/arch_linux_en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/arch_linux_en.md b/docs/installation/arch_linux_en.md index da78c3205..53afccc0f 100644 --- a/docs/installation/arch_linux_en.md +++ b/docs/installation/arch_linux_en.md @@ -92,7 +92,7 @@ cd /opt/pleroma sudo -Hu pleroma mix deps.get ``` -* Generate the configuration: `sudo -Hu pleroma mix pleroma.instance gen` +* Generate the configuration: `sudo -Hu pleroma MIX_ENV=prod mix pleroma.instance gen` * Answer with `yes` if it asks you to install `rebar3`. * This may take some time, because parts of pleroma get compiled first. * After that it will ask you a few questions about your instance and generates a configuration file in `config/generated_config.exs`. |