Using synaptic to install:
mysql-server
mysql-common
php5-common
apache2
apache2.2-common
phpmyadmin (can be run from Firefox: http://localhost/phpmyadmin)
The localhost is ready to develop and test the websites I manage before they go online.
Create folder “mine” in /var/www and sudo chown from root to myself.
Copy all files from localhost on the other PC to /var/www/mine.
Make them executable: chmod 755 * -R
I hope I have [...]