Created
January 20, 2015 07:20
-
-
Save phpfour/c70dbfa6a45dd9be09d0 to your computer and use it in GitHub Desktop.
Server Preparation
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
# Ubuntu 12.04 | |
sudo locale-gen en_US | |
sudo apt-get install python-software-properties | |
sudo add-apt-repository ppa:ondrej/php5 | |
sudo apt-get update | |
sudo apt-get install build-essential apache2 git mysql-server curl | |
sudo apt-get install php5 php5-dev php-pear php5-intl php5-gd php5-mysql php-apc | |
# CentOS | |
sudo yum install php-cli php-common php-devel php-fpm php-gd php-intl php-mbstring php-mcrypt php-mysql php-mysqlnd php-pdo php-pear php-pecl-apc php-pecl-memcache php-pecl-memcached php-xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment