chg: [redis] update config files + snapshotting strategy + whois install

pull/8/head
Terrtia 2019-01-31 10:59:39 +01:00
parent 8538792da1
commit ccf6009336
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
3 changed files with 1582 additions and 262 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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