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

This commit is contained in:
Sebastian Rieger 2020-05-28 12:33:12 +02:00
parent d265a10cb3
commit 63a241a7a0

View File

@ -158,8 +158,8 @@ userDataWebServer = ('#!/bin/bash\n'
'yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n'
'# essential tools\n'
'yum install -y joe htop git\n'
'# mysql\n'
'yum install -y httpd php php-mysql\n'
'# httpd and mysql client\n'
'yum install -y httpd php php-mysql mariadb\n'
'\n'
'service httpd start\n'
'\n'