Skip to content

Commit

Permalink
Merge pull request #687 from bobh66/add_sudo
Browse files Browse the repository at this point in the history
Added "sudo" to the "/etc/init.d/redis_6379 start" command in quickstart
  • Loading branch information
badboy committed Feb 28, 2016
2 parents 965d381 + 0564e1d commit c390fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions topics/quickstart.md
Expand Up @@ -41,7 +41,7 @@ It is a good idea to copy both the Redis server and the command line interface i
* sudo cp src/redis-server /usr/local/bin/
* sudo cp src/redis-cli /usr/local/bin/

Or just using `make install`.
Or just using `sudo make install`.

In the following documentation we assume that /usr/local/bin is in your PATH environment variable so that you can execute both the binaries without specifying the full path.

Expand Down Expand Up @@ -194,7 +194,7 @@ Both the pid file path and the configuration file name depend on the port number

You are done! Now you can try running your instance with:

/etc/init.d/redis_6379 start
sudo /etc/init.d/redis_6379 start

Make sure that everything is working as expected:

Expand Down

0 comments on commit c390fc6

Please sign in to comment.