Raspberri Pi 2 Web Server Tutorial PART 1: basic HDML, PHP, MySQL
Ubuntu for RPI2: • Ubuntu Mate 15 Raspberry Pi 2 - FULL ...
Raspbian for RPI2: • Raspbian Installation Tutorial - Rasp...
part 2 here: • Raspberri Pi 2 Web Server Tutorial PA...
Help from raspberry website: https://www.raspberrypi.org/documenta...
https://www.raspberrypi.org/documenta...
sudo apt-get install apache2 -y
cd /var/www
ls -al
sudo apt-get install php5 libapache2-mod-php5 -y
sudo rm index.html
sudo nano index.php
sudo apt-get install mysql-server php5-mysql -y