This file contains 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 | |
#Author: Marin Alcaraz | |
#Fast LAMPP stack install | |
apt-get -y update | |
apt-get -y install apache2 | |
apt-get -y install mysql-server libapache2-mod-auth-mysql php5-mysql | |
mysql_install_db | |
/usr/bin/mysql_secure_installation |
NewerOlder