Ubuntu 8.10 (Intrepid Ibex) Apache-PHP-MySQL Server
Simple installation of Apache, PHP and MySQL in Ubuntu 8.10 (Intrepid Ibex).
- Optionally, install SSH Client and Server (for remote access to this server)
sudo apt-get install ssh
- Install Database Server
sudo apt-get install mysql-server
- Install Apache2 web server
sudo apt-get install apache2
- Install PHP5
sudo apt-get install php5 libapache2-mod-php5
- Install PHP5-MySQL support
sudo apt-get install php5-mysql
- Restart Apache
sudo /etc/init.d/apache2 restart
- Optionally, install phpMyAdmin
sudo apt-get install phpmyadmin
Have fun with your new LAMP box!
- Tag:
- Add new comment
- 8939 reads
Comments
I am a beginner... Thanks
I am a beginner... Thanks Thanks THanks!!!!
Thank You very much!
This huide safe my life!
Thanks again!
Absolutely newbie ..
Hi there .. I'm about to install ubuntu instead of windows srv. After setup of ubuntu .. are these lines the only ones I need to run .. ? no downloads whatsoever .. ?
Thanks!
Yes, thatś all you need to
Yes, thatś all you need to do, at least if you have a working internet connection on your Ubuntu box. apt-get will download the neccesary packages automatically.
Thanks to this updated guide.
Thanks to this updated guide. I'm comparing to others seems like the same, but using the old, had some minor issues with my 8.10 LAMP setup. Format my old box, install 8.10 fresh, follow this guide (very timely as I'm seeing you just posted this last night) and it works like a charm. I don't know if formating my box and starting fresh made some difference - I don't care - fact is my home LAMP server is up and running with PHPMyAdmin installed also. Perfect for my learning purposes.
Thanks Sandro and please keep on posting.
Thank You
I just want to say thank you very much for the tutorial..
now, my ubuntu + LAMP box runs well n smoothly...