Skip to content

Instantly share code, notes, and snippets.

@hpherzog
Last active January 3, 2016 20:59
Show Gist options
  • Save hpherzog/8518337 to your computer and use it in GitHub Desktop.
Save hpherzog/8518337 to your computer and use it in GitHub Desktop.
Install nginx and php5 on debian wheezy.
#!/bin/sh
apt-get -t wheezy-backports -y install \
nginx
apt-get -y install \
graphicsmagick-imagemagick-compat \
php-pear \
php5-fpm \
php5-cli \
php5-dev \
php5-curl \
php5-ffmpeg \
php5-gd \
php5-geoip \
php5-imagick \
php5-imap \
php5-intl \
php5-json \
php5-mcrypt \
php5-memcache \
php5-memcached \
php5-ming \
php5-mysql \
php5-pgsql \
php5-sqlite \
php5-tidy \
php5-xmlrpc \
php5-xcache \
php5-xsl \
php5-xdebug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment