Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Owain Jones
gliders-webserver
Commits
d896742e
Commit
d896742e
authored
9 years ago
by
Owain Jones
Browse files
Options
Download
Email Patches
Plain Diff
storm needed mysql-python package installed
parent
5f231486
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
install.sh
install.sh
+2
-1
No files found.
install.sh
View file @
d896742e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment