Skip to content

Instantly share code, notes, and snippets.

@fridolin-koch
Last active August 29, 2015 14:17
Show Gist options
  • Save fridolin-koch/2dcbfdd98ee63082f153 to your computer and use it in GitHub Desktop.
Save fridolin-koch/2dcbfdd98ee63082f153 to your computer and use it in GitHub Desktop.
#!/bin/bash
apt-get update
apt-get install -y \
php5 \
php5-fpm \
php5-cli \
php5-curl \
php5-gd \
php5-memcached \
php5-imagick \
php5-imap \
php5-mysql \
php5-json \
php5-xsl \
php5-mcrypt \
php5-intl \
php5-xcache \
php5-mongo \
libssh2-php \
php5-mcrypt \
php5-intl \
php5-fpm \
nodejs \
npm \
git \
mysql-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment