mirror of https://github.com/D4-project/d4-core
chg: [redis] update config files + snapshotting strategy + whois install
parent
8538792da1
commit
ccf6009336
server
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -3,7 +3,7 @@
|
|||
set -e
|
||||
set -x
|
||||
|
||||
sudo apt-get install python3-pip virtualenv screen -y
|
||||
sudo apt-get install python3-pip virtualenv screen whois -y
|
||||
|
||||
if [ -z "$VIRTUAL_ENV" ]; then
|
||||
virtualenv -p python3 D4ENV
|
||||
|
|
Loading…
Reference in New Issue