Commit d896742e authored by Owain Jones's avatar Owain Jones
Browse files

storm needed mysql-python package installed

parent 5f231486
...@@ -36,7 +36,7 @@ yum install sendmail sendmail-cf m4 ...@@ -36,7 +36,7 @@ yum install sendmail sendmail-cf m4
systemctl enable sendmail systemctl enable sendmail
# Install & config MariaDB (MySQL) # Install & config MariaDB (MySQL)
yum install mariadb mariadb-server yum install mariadb mariadb-server mariadb-devel
mysql_secure_installation mysql_secure_installation
# ^ mariadb root pw was set to gliders9876, anon users + test db removed, # ^ mariadb root pw was set to gliders9876, anon users + test db removed,
# remote root login disabled # remote root login disabled
...@@ -46,6 +46,7 @@ systemctl enable mariadb ...@@ -46,6 +46,7 @@ systemctl enable mariadb
# TODO: Pick one we like the most! # TODO: Pick one we like the most!
# Big ones like SQLAlchemy? # Big ones like SQLAlchemy?
# owanes quite likes the look of https://storm.canonical.com/ :) # owanes quite likes the look of https://storm.canonical.com/ :)
pip install mysql-python
pip install storm pip install storm
# Install PHP # Install PHP
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment