How to setup a Linux web server, Raspbian or Ubuntu
Here I show you how to setup at web server on Linux, In this case we are using a Raspberry PI with Raspbian but its the same commands for Ubuntu
Find your sever IP : ifconfig
Commands:
sudo apt-get update
sudo apt-get install apache2
sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql
sudo mysql_install_db
sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt
sudo service apache2 restart
sudo apt-get install phpmyadmin
sudo service apache2 restart
by TheComputerTechie
linux web server