diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-12-10 00:16:43 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-12-10 00:16:43 +0700 |
commit | c098dec47344303bc00456bfbfc0d769abd8f199 (patch) | |
tree | 709963edcda2d85a5d77ebce4a200ae04fff89cd /docs/administration/CLI_tasks/general_cli_task_info.include | |
parent | 78299ab18205b0bbaf521640e188a862ca27aa61 (diff) | |
parent | 0d2c13a119302d0d217a7cb61c28a01c620b1b61 (diff) | |
download | pleroma-c098dec47344303bc00456bfbfc0d769abd8f199.tar.gz pleroma-c098dec47344303bc00456bfbfc0d769abd8f199.zip |
Merge branch 'develop' into feature/custom-runtime-modules
Diffstat (limited to 'docs/administration/CLI_tasks/general_cli_task_info.include')
-rw-r--r-- | docs/administration/CLI_tasks/general_cli_task_info.include | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/administration/CLI_tasks/general_cli_task_info.include b/docs/administration/CLI_tasks/general_cli_task_info.include new file mode 100644 index 000000000..a1ff1da12 --- /dev/null +++ b/docs/administration/CLI_tasks/general_cli_task_info.include @@ -0,0 +1,5 @@ +Every command should be ran as the `pleroma` user from it's home directory. For example if you are superuser, you would have to wrap the command in `su pleroma -s $SHELL -lc "$COMMAND"`. + +??? note "From source note about `MIX_ENV`" + + The `mix` command should be prefixed with the name of environment your Pleroma server is running in, usually it's `MIX_ENV=prod` |