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.).
|
feedback
|
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. (Assuming Ubuntu 10.04) | |||||
feedback
|
|
In Synaptic, click edit and mark by task. Then select LAMP Server and hit apply. Done. | |||
feedback
|
|
I personally always find that installing the MySQL server and then PHPMyAdmin will install all the parts I need sudo apt-get install mysql-server (doing this first means it asks for the root account password to be set in advance) then sudo apt-get install phpmyadmin It also gives you all the tools you'll need to administrate your MySQL server once it's installed :) | |||
|
feedback
|
|
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
| ||||
|
feedback
|
|
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... | |||
|
feedback
|
|
Try EHCP (easy hosting control panel) ... ehcp installation on a clean server will do the dirty job for you ... | |||
|
feedback
|
