Created
June 10, 2013 01:36
-
-
Save luckymancvp/5746015 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| sudo su | |
| yum install -y php-devel php-mysql php-pdo php-pear php-mbstring php-cli php-odbc php-imap php-gd php-xml php-soap | |
| yum install -y php-pecl-apc | |
| sudo yum install -y pcre-devel | |
| yum -y install mysql-server mysql | |
| yum install vsftpd | |
| yum install git | |
| service httpd restart | |
| service mysqld restart | |
| service vsftpd restart | |
| chkconfig httpd on | |
| chkconfig mysqld on | |
| chkconfig vsftpd on | |
| yum install -y zsh | |
| curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment