Last active
November 30, 2015 18:10
-
-
Save malwador/cf5568cff8ede59c36dc to your computer and use it in GitHub Desktop.
This is just to do a basic lamp on debian jessie sites.
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
# Basic stack Apache - PHP5 - MySQL | |
apt-get install apache2 mysql-server php5-mysql php5-imagick php5-curl curl php5-tidy php5-mcrypt php-soap php5-memcached php5-json php5-gd fail2ban iftop screen git vim htop iotop | |
# Install memcached | |
apt-get install memcached | |
# Install Exim (email) | |
apt-get install exim4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment