Skip to content
Snippets Groups Projects
Commit 63a241a7 authored by Sebastian Rieger's avatar Sebastian Rieger
Browse files

added mysql client to webserver to be able to create db contents

parent d265a10c
No related branches found
No related tags found
No related merge requests found
...@@ -158,8 +158,8 @@ userDataWebServer = ('#!/bin/bash\n' ...@@ -158,8 +158,8 @@ userDataWebServer = ('#!/bin/bash\n'
'yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n' 'yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n'
'# essential tools\n' '# essential tools\n'
'yum install -y joe htop git\n' 'yum install -y joe htop git\n'
'# mysql\n' '# httpd and mysql client\n'
'yum install -y httpd php php-mysql\n' 'yum install -y httpd php php-mysql mariadb\n'
'\n' '\n'
'service httpd start\n' 'service httpd start\n'
'\n' '\n'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment