2015-05-15 lamp Install lamp on ubuntu14.04 By: Ryan Wong at May 15 2015 11:33 pm Here’s a list of steps to install lamp on a fresh server. 12345678910111213141516171819sudo apt-get updatesudo apt-get install apache2sudo apt-get install mysql-server php5-mysqlsudo mysql_install_dbsudo mysql_secure_installationsudo apt-get install php5 libapache2-mod-php5 php5-mcryptsudo nano /etc/apache2/mods-enabled/dir.confAdd<IfModule mod_dir.c> DirectoryIndex index.php index.html index.cgi index.pl index.xhtml index.htm</IfModule>sudo service apache2 restartsudo apt-get install php5-package1 php5-package2 ... Newer Installing node on ubuntu14.04 Older Run files without being in same directory ubuntu