diff --git a/provisioning/bootstrap.sh b/provisioning/bootstrap.sh index 99b3db66..b0fefd8c 100644 --- a/provisioning/bootstrap.sh +++ b/provisioning/bootstrap.sh @@ -21,6 +21,9 @@ apt-get install -y mysql-server mysql -uroot -p$DBPASSWD -e "CREATE DATABASE $DBNAME; GRANT ALL PRIVILEGES ON $DBNAME.* TO '$DBUSER'@'localhost' IDENTIFIED BY '$DBPASSWD'" +# Installation de redis-server. Todo: lui mettre un mot de passe +apt-get install -y redis-server + # Mise en place du .bash_profile pour tout configurer lors du `vagrant ssh` cat > ~vagrant/.bash_profile <