Posts Tagged ‘php’

thumbnail

The lazy way to LAMP

Most web developers need a LAMP development server to deploy and test their apps. With Ubuntu – and any other linux – that is very easy. So in Ubuntu you can install a LAMP server just by running this command: sudo apt-get install apache2 php5 libapache2-mod-php5 mysql-server libapache2-mod-auth-mysql php5-mysql phpmyadmin This way you have a […]