Install Apache 2, MySQL 5, PostgreSQL 8 and PHP 5 under Ubuntu Desktop
Posted By: Eric Lin
Category: Linux - Ubuntu
Tags:
mysql
, php
Posted Date: 2006-09-09 03:04 AM
No of Comments: 2
Clicks: 2823
Ubuntu is a free, open source Linux-based operating system that starts with the breadth of Debian and adds regular releases (every six months), a clear focus on the user and usability (it should "Just Work", TM) and a commitment to security updates with 18 months of support for every release (and with 6.06 LTS you get 3 years on the desktop and 5 on the server!). Ubuntu ships with the latest GNOME release as well as a selection of server and desktop software that makes for a comfortable desktop experience off a single installation CD.
I recently got the Ubuntu desktop insallation CD from one of my friends in Hitwise, and successfully installed as dual boot on my home computer. The next step was to install all the server software necessary for me to setup the development environment at home.
I have found very easy steps to install Apache 2, PHP 5, MySQL 5 and PostgreSQL 8. All you need to do is to run the following command from the shell in Ubuntu, Upon password request, just enter the password for your personal account.
This command will install most commonly used PHP libraries.
It used to take me the whole day even without successfully installing and configure those software packages, but it only took me less than 2 hours to finish all the installation and configure properly to suit my needs on Ubuntu. Plus, I really like the interface of Ubuntu desktop and now I will move my freelance project development to Ubuntu environment from Windows.
A few reasons to install Ubuntu:
Absolutely Free of Charge - you can download any time from their official website
Fast, Easy Install - only around 10 mins
Immediately Useful - contains all basic software for home and office applications
More securer than Windows
The following are some screenshot I took from my Ubuntu desktop:
Directory Explorer
Firefox in Ubuntu
OpenOffice 2.0
I would recommand you guys to try it out and see whether you like it or not.