Commit d6b8a8a9 by Guba Sándor

adding sudo to commands

parent 6c738666
......@@ -101,12 +101,12 @@ Create new user with a password::
Set permission of the new user on the virtual host::
$ rabbitmqctl set_permissions -p circle cloud '.*' '.*' '.*'
$ sudo rabbitmqctl set_permissions -p circle cloud '.*' '.*' '.*'
.. note::
You can check the result with this command::
$ rabbitmqctl list_permissions -p django
$ sudo rabbitmqctl list_permissions -p circle
Sample result::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment