Just do these stuffs:
- Install apache
- Install mysql-server and configure it.
- install phpmyadmin
sudo apt-get install phpmyadmin - Edit the /etc/apache2/apache2.conf
- Make new alias to refer “phpmyadmin” and redirect it to /usr/share/phpmyadmin
I don’t tell you the detail, if you are a newbie, you could browse on Google to know the details of steps above.