Created
February 10, 2016 14:04
-
-
Save zaherg/362d4327cb84c2d18451 to your computer and use it in GitHub Desktop.
a few note to myself
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
#for ubuntu 14.04 | |
sudo -s | |
apt-get update --fix-missing && apt-get upgrade -y | |
apt-get install software-properties-common python-software-properties | |
add-apt-repository ppa:nginx/stable | |
apt-get update && apt-get install -y nginx | |
apt-get install -y language-pack-en-base | |
LC_ALL=en_US.UTF-8 add-apt-repository ppa:ondrej/php5-5.6 | |
# add-apt-repository ppa:ondrej/php5-5.6 | |
apt-get update && apt-get install -y php5 php5-cli php5-fpm php5-mcrypt php5-sqlite sqlite php5-curl php5-gd php5-imagick imagemagick |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment