From accc26c5e4b5bc5124318288b668a5ea0ce2b8c3 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Thu, 14 Jun 2018 16:40:29 +0200 Subject: [PATCH] - Start viper-web once so the admin user gets created, for which we reset the password later on --- scripts/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index f681add..2feb2a2 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -527,6 +527,7 @@ sudo git clone https://github.com/viper-framework/viper.git cd viper sudo pip3 install -r requirements.txt > /dev/null 2>&1 /usr/local/src/viper/viper-cli -h > /dev/null 2>&1 +/usr/local/src/viper/viper-web -p 8888 -H 0.0.0.0 & echo 'PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/src/viper"' |sudo tee /etc/environment echo "--- Installing mail2misp ---"