Skip to content

Instantly share code, notes, and snippets.

@luckymancvp
Created June 10, 2013 01:36
Show Gist options
  • Select an option

  • Save luckymancvp/5746015 to your computer and use it in GitHub Desktop.

Select an option

Save luckymancvp/5746015 to your computer and use it in GitHub Desktop.
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