Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
sudo apt-get install apache2
alright cool that works, what about mysql and php?
sudo apt-get install mysql-server-5.0
sudo apt-get install php5
sudo apt-get install phpmyadmin
apt-cache search <what you want, ie apache>
sudo apt-get install <package name>