installing web server on ubuntu
W
Description
step by step installing web server on ubuntu
Document Sample


Installing web server on ubuntu
Installing web server on ubuntu is easy, usually web server is using apache mysql and
php. hosting company in the world using ubuntu as server because ubuntu easy to install
and configuration.
Look below for Step by step Installing apache web server on ubuntu :
1. use tool apt-get for installing apache web server
apt-get install apache2
2. installing mysql for database for the server
apt-get install mysql-server
3. installing php
apt-get install php5
4. for tool editing mysql use phpmyadmin
apt-get install phpmyadmin
after all installation complete open your browser and try to access the server from the
browser. And if installation is perfect you will see like below:
Web interface of login phpmyadmin
After login into phpmyadmin we can add edit all database on the server
Get documents about "