Last active
August 29, 2015 14:17
-
-
Save fridolin-koch/2dcbfdd98ee63082f153 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/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