create db directory and correct path
parent
ba00ff873c
commit
c09ef66bc0
|
@ -260,7 +260,7 @@ dbfilename dump.rdb
|
||||||
# The Append Only File will also be created inside this directory.
|
# The Append Only File will also be created inside this directory.
|
||||||
#
|
#
|
||||||
# Note that you must specify a directory here, not a file name.
|
# Note that you must specify a directory here, not a file name.
|
||||||
dir ../db
|
dir ./db
|
||||||
|
|
||||||
################################# REPLICATION #################################
|
################################# REPLICATION #################################
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,7 @@ fi
|
||||||
python3 -m pip install -r requirements
|
python3 -m pip install -r requirements
|
||||||
|
|
||||||
# REDIS #
|
# REDIS #
|
||||||
|
mkdir -p db
|
||||||
test ! -d redis/ && git clone https://github.com/antirez/redis.git
|
test ! -d redis/ && git clone https://github.com/antirez/redis.git
|
||||||
pushd redis/
|
pushd redis/
|
||||||
git checkout 5.0
|
git checkout 5.0
|
||||||
|
|
Loading…
Reference in New Issue