This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Auto update | |
yum update | |
# Install the required packages | |
yum install libgearman-devel gcc | |
# Install php | |
yum -y install php php-pear php-mysql php-mcrypt php-mbstring |