Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
46a8cb2d
Unverified
Commit
46a8cb2d
authored
Mar 13, 2019
by
Salvatore Sanfilippo
Committed by
GitHub
Mar 13, 2019
Browse files
Merge pull request #5910 from bsolomon1124/install-server-osx-note
Note that install_server.sh is not for Mac OSX
parents
84d6ce4f
79660e4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
46a8cb2d
...
@@ -166,6 +166,8 @@ for Ubuntu and Debian systems:
...
@@ -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.
...
...
utils/install_server.sh
View file @
46a8cb2d
...
@@ -43,6 +43,9 @@
...
@@ -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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment