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
01a924df
Commit
01a924df
authored
9 years ago
by
root
Browse files
Options
Download
Email Patches
Plain Diff
fixing install.sh
parent
4ecf2d28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
install.sh
install.sh
+4
-10
No files found.
install.sh
View file @
01a924df
...
...
@@ -14,6 +14,7 @@
# As root:
yum check-update
yum
install
epel-release
# enables another software repo
yum update
# Install needed tools
...
...
@@ -26,9 +27,7 @@ yum install inotify-tools incron
yum groupinstall
"Development Tools"
# Install python libraries
yum
install
python-inotify numpy python-matplotlib python-virtualenv
python
-m
easy_install pip
pip
install
pandas
yum
install
python-inotify numpy python-matplotlib python-virtualenv python-pip python-pandas libffi-devel
pip
install
css-html-js-minify
pip
install
bcrypt
...
...
@@ -43,12 +42,8 @@ mysql_secure_installation
# remote root login disabled
systemctl
enable
mariadb
# Install a relevant python ORM library
# 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 SQLAlchemy
yum
install
MySQL-python python-sqlalchemy
# Install PHP
yum
install
php php-fpm php-apc php-pdo php-mcrypt php-mbstring
...
...
@@ -61,7 +56,6 @@ systemctl enable php-fpm
# FOR NGINX
# Based on https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-centos-7
yum
install
epel-release
# enables another software repo
yum check-update
yum
install
nginx
useradd
-m
gliders
...
...
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