diff --git a/install.sh b/install.sh index dafa3024ea69a6db512ec0db2a6f6a1b76bb7c4d..e03bc3c1d35630ad7e1215230b4b7aa7969fd6f5 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