Skip to content

Commit

Permalink
add sudo for chown of system files
Browse files Browse the repository at this point in the history
  • Loading branch information
therealmarv committed May 21, 2015
1 parent b676c77 commit 071ab06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/nginx.rst
Expand Up @@ -132,8 +132,8 @@ Go to your pybossa installation directory and copy following files::
sudo cp contrib/supervisor/redis-sentinel.conf /etc/supervisor/conf.d/
sudo cp contrib/redis-supervisor/redis.conf /etc/redis/
sudo cp contrib/redis-supervisor/sentinel.conf /etc/redis/
chown redis:redis /etc/redis/redis.conf
chown redis:redis /etc/redis/sentinel.conf
sudo chown redis:redis /etc/redis/redis.conf
sudo chown redis:redis /etc/redis/sentinel.conf

Now we restart supervisord (please do a full stop and start as described)::

Expand Down

0 comments on commit 071ab06

Please sign in to comment.