mirror of
https://github.com/fluencelabs/redis
synced 2025-03-31 14:51:04 +00:00
Note that install_server.sh is not for Mac OSX
It will fail pretty quickly since there is no -f readlink flag there.
This commit is contained in:
parent
0f03312c23
commit
79660e4ff4
@ -166,6 +166,8 @@ for Ubuntu and Debian systems:
|
|||||||
% cd utils
|
% cd utils
|
||||||
% ./install_server.sh
|
% ./install_server.sh
|
||||||
|
|
||||||
|
_Note_: `install_server.sh` will not work on Mac OSX; it is built for Linux only.
|
||||||
|
|
||||||
The script will ask you a few questions and will setup everything you need
|
The script will ask you a few questions and will setup everything you need
|
||||||
to run Redis properly as a background daemon that will start again on
|
to run Redis properly as a background daemon that will start again on
|
||||||
system reboots.
|
system reboots.
|
||||||
|
@ -43,6 +43,9 @@
|
|||||||
#
|
#
|
||||||
# /!\ This script should be run as root
|
# /!\ This script should be run as root
|
||||||
#
|
#
|
||||||
|
# NOTE: This script will not work on Mac OSX.
|
||||||
|
# It supports Debian and Ubuntu Linux.
|
||||||
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
die () {
|
die () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user