How to set up Apache, MySQL Servers (Ubuntu 12.04 LST)

6,988

Check this out. LAMP means "Linux Apache MySQL, PHP".

http://www.howtoforge.com/ubuntu_lamp_for_newbies

Share:
6,988

Related videos on Youtube

Scott French
Author by

Scott French

Updated on September 18, 2022

Comments

  • Scott French
    Scott French over 1 year

    I am hoping to get guidance on using Apache and MySQL servers on Ubuntu 12.04. I am new to Linux, and am trying to setup a "Localhost" dynamic for basic website design.

    In windows - I had used a simple free utiliy called XAMPP which installed Apache, MySQL, and a Localhost folder for my wesite work to reside. Though basic, this XAMPP install worked pretty good for my needs. Is there some stable utility in the Ubuntu depositories that will give me Apache and MySQL servers with a" htdocs(localhost)" folder where I can put websites that are under construction - (something similar to XAMPP) ? If not - instruction on how to manually configure this dynamic would be much appreciated.

    Also, would welcome suggestions as to which is better. Thanks.

    • Rinzwind
      Rinzwind over 10 years
      sudo apt-get install tasksel && tasksel See the menu ;)
    • GaryP
      GaryP over 10 years
      hmm..this should be in the answer section, not in comment.