installing web server on ubuntu

W
Description

step by step installing web server on ubuntu

Shared by: dwhnur
-
Stats
views:
16
posted:
7/18/2011
language:
English
pages:
3
Document Sample
scope of work template
							                       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

						
Related docs
Other docs by dwhnur
SEO Sitemaps
Views: 4  |  Downloads: 0
installing web server on ubuntu
Views: 16  |  Downloads: 0
installing ubuntu server
Views: 16  |  Downloads: 0
start for blogging
Views: 12  |  Downloads: 0
The Importance of Blog style
Views: 3  |  Downloads: 0