Skip to content

Instantly share code, notes, and snippets.

@zaherg
Created February 10, 2016 14:04
Show Gist options
  • Save zaherg/362d4327cb84c2d18451 to your computer and use it in GitHub Desktop.
Save zaherg/362d4327cb84c2d18451 to your computer and use it in GitHub Desktop.
a few note to myself
#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