It really cannot be simpler… simply run the following command to set up LAMP and phpMyAdmin with one command in Ubuntu 12.04
sudo apt-get install lamp-server^ phpmyadmin |
The caret at the end of ‘lamp-server’ is explained here
It really cannot be simpler… simply run the following command to set up LAMP and phpMyAdmin with one command in Ubuntu 12.04
sudo apt-get install lamp-server^ phpmyadmin |
sudo apt-get install lamp-server^ phpmyadmin
The caret at the end of ‘lamp-server’ is explained here