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.
|
||||
#
|
||||
# Note that you must specify a directory here, not a file name.
|
||||
dir ../db
|
||||
dir ./db
|
||||
|
||||
################################# REPLICATION #################################
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ fi
|
|||
python3 -m pip install -r requirements
|
||||
|
||||
# REDIS #
|
||||
mkdir -p db
|
||||
test ! -d redis/ && git clone https://github.com/antirez/redis.git
|
||||
pushd redis/
|
||||
git checkout 5.0
|
||||
|
|
Loading…
Reference in New Issue