Merge remote-tracking branch 'pleroma/develop' into alias-router-helpers
[akkoma] / docs / installation / debian_based_en.md
index c5687a01e0db3b292fc60e1944bbf8d7db497d78..a9cf86ab370e16fb93a5f8ed7ffbffad602daee7 100644 (file)
@@ -90,7 +90,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`.