diff --git a/README.md b/README.md index a6a0061..aac6e52 100644 --- a/README.md +++ b/README.md @@ -40,19 +40,19 @@ For user friendly details about Pleroma: [see here](https://blog.soykaf.com/post * LDAP supported but HTTP auth not. ## Admin Tasks -Go to **cd /var/www/pleroma/pleroma**. +Go to **cd /var/www/pleroma/live**. ### Adding users **Run:** - $ ( cd /var/www/pleroma/pleroma && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user new ) + $ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user new ) ### Password reset **Run:** - $ ( cd /var/www/pleroma/pleroma && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user reset_password ) + $ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user reset_password ) This will generate a **password reset link** that you can then send to the user. @@ -62,7 +62,7 @@ You can make users **moderators**. They will then be able to **delete any post** **Run:** - $ ( cd /var/www/pleroma/pleroma && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user set --[no-]admin ) + $ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user set --[no-]admin ) **--admin** option will **make the user moderator** and **--no-admin** will **take away the moderator privileges** from the user. diff --git a/README_fr.md b/README_fr.md index d627db2..5929a4b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -40,19 +40,19 @@ For user friendly details about Pleroma: [see here](https://blog.soykaf.com/post * LDAP supported but HTTP auth not. ## Admin Tasks -Go to **cd /var/www/pleroma/pleroma**. +Go to **cd /var/www/pleroma/live**. ### Adding users **Run:** - $ ( cd /var/www/pleroma/pleroma && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user new ) + $ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user new ) ### Password reset **Run:** - $ ( cd /var/www/pleroma/pleroma && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user reset_password ) + $ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user reset_password ) This will generate a **password reset link** that you can then send to the user. @@ -62,7 +62,7 @@ You can make users **moderators**. They will then be able to **delete any post** **Run:** - $ ( cd /var/www/pleroma/pleroma && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user set --[no-]admin ) + $ ( cd /var/www/pleroma/live && sudo -u pleroma MIX_ENV=prod ./bin/pleroma_ctl user set --[no-]admin ) **--admin** option will **make the user moderator** and **--no-admin** will **take away the moderator privileges** from the user.