Lamp

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
marcd233

Lamp

Post by marcd233 »

How to install lamp and set it all up
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
karlchen
Level 23
Level 23
Posts: 18224
Joined: Sat Dec 31, 2011 7:21 am
Location: Germany

Re: Lamp

Post by karlchen »

marcd233 wrote:How to install lamp and set it all up
Concise question => concise answer in two parts:
(1) Linux Mint how to install lamp
(2) Ubuntu how to install lamp
Image
The people of Alderaan have been bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine for 792 days now.
Lifeline
kukamuumuka

Re: Lamp

Post by kukamuumuka »

For Mint 13

Code: Select all

sudo apt-get update && sudo apt-get upgrade
sudo apt-get install apache2 php5 apache2.2-common libapache2-mod-auth-mysql php5-mysql mysql-server curl
sudo apt-get install php5-gd
sudo apt-get install phpmyadmin
sudo /etc/init.d/apache2 restart
sudo /etc/init.d/mysql restart
http://www.youtube.com/watch?v=A5ozA-666mY
DataMan

Re: Lamp

Post by DataMan »

sudo /etc/init.d/apache2 restart
sudo /etc/init.d/mysql restart

You should not need to restart Apache2 or MySQL after installation (The code above won't hurt anything, just not needed).

-DataMan
Locked

Return to “Beginner Questions”