From d896742e619451ce4f90c7c09a6a456d58c39eb4 Mon Sep 17 00:00:00 2001 From: owanes <owain.jones@noc.ac.uk> Date: Thu, 29 Oct 2015 10:56:02 +0000 Subject: [PATCH] storm needed mysql-python package installed --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index dafa302..e03bc3c 100644 --- a/install.sh +++ b/install.sh @@ -36,7 +36,7 @@ yum install sendmail sendmail-cf m4 systemctl enable sendmail # Install & config MariaDB (MySQL) -yum install mariadb mariadb-server +yum install mariadb mariadb-server mariadb-devel mysql_secure_installation # ^ mariadb root pw was set to gliders9876, anon users + test db removed, # remote root login disabled @@ -46,6 +46,7 @@ systemctl enable mariadb # TODO: Pick one we like the most! # Big ones like SQLAlchemy? # owanes quite likes the look of https://storm.canonical.com/ :) +pip install mysql-python pip install storm # Install PHP -- GitLab