Skip to content

Instantly share code, notes, and snippets.

@sadekd
Created January 13, 2018 14:58
Show Gist options
  • Save sadekd/2914305829a95af6b64942e3061113cd to your computer and use it in GitHub Desktop.
Save sadekd/2914305829a95af6b64942e3061113cd to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
apt-get update
apt-get upgrade
#apt-get -y install mc htop
#nginx(php-fpm), mysql
apt-get -y install nginx mysql-server redis-server
apt-get -y install php-fpm php-mysql php-redis
apt-get -y install php-curl php-gd php-mbstring php-mcrypt php-xml php-xmlrpc php-zip php-bcmath
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
!!! mysql_secure_installation !!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment