How to install LAMP stack on Debian
- sudo apt-get update
- sudo apt-get install apache2
- sudo apt-get install mysql-server
- sudo apt-get install php5 php5-mysql
Get IP address by using ifconfig
From another device on the same network, browse to IP address. E.g. 192.168.0.114
If you see the "It works' page, it actually works.