I set up a new VPS instance of Ubuntu and am wondering what the easiest way is to get up and running with a basic LAMP stack (i.e. which packages are required, which configuration options need to be tweaked, if any, etc.).
It will install all the basic LAMP stack for you, prompt for MySQL root password, etc. More specifically it will install the following packages, and their dependencies.
You might also want to take a peek at the Ubuntu Server Guide. |
|||||
|
|
In Synaptic, click edit and mark by task. Then select LAMP Server and hit apply. Done. |
|||
|
|
I personally always find that installing the MySQL server and then PHPMyAdmin will install all the parts I need
(doing this first means it asks for the root account password to be set in advance) then
It also gives you all the tools you'll need to administrate your MySQL server once it's installed :) |
||||
|
|
|
install Apache sudo apt-get install apache2 install PHP
install MySql
install phpMyAdmin
|
|||
|
|
|
The packages are Try revising your search or
Enable php5 with
Restart apache
The following wiki pages can be very helpful if you are starting with apache. https://help.ubuntu.com/community/ApacheMySQLPHP https://help.ubuntu.com/11.10/serverguide/C/httpd.html Note- This answer was migrated from elsewhere. To add mysql install
|
||||
|
|
|
The easiest way to install LAMP with PHPMyAdmin is using:
Don't even need to install taskel. I've even blogged about it here. |
|||
|
|
|
http://www.apachefriends.org/en/xampp-linux.html It has LAMP as well as phpmyadmin integrated along with perl modules. Installs in /opt/lampp so can be installed/removed easily... |
|||
|
|
|
I found an article on how to install a lamp server in Ubuntu 12.04 LTS. Hope this helps you! |
|||
|
|
|
Type: sudo apt-get install tasksel && sudo tasksel install lamp-server in terminal or over ssh and everything should setup fine. If you have any issues please leave a comment and I will further assist you with your problem. |
|||||
|
|
Try EHCP (easy hosting control panel) ... ehcp installation on a clean server will do the dirty job for you ... |
|||
|
|
