Results 1 to 2 of 2

Thread: Installing LAMP

  1. #1
    Join Date
    Jul 2006
    Beans
    18

    Question Installing LAMP

    Hi ,

    I have been using the Ubuntu Hardy as a Desktop PC for a quit long time now, I wanted to start it as for my development platform also..

    I need to work on Webserver, MySQL, and php..
    How can I install LAMP on the existing platform.
    Or I would have to install the Server version from scratch...

    If yes, I would like to get an updated tutorial to do so.
    >> Installing LAMP on an existing Desktop PC version of the Ubuntu Hardy

    Thankx in Advance

    Rgds

  2. #2
    Join Date
    May 2007
    Location
    Phoenix, Arizona USA
    Beans
    2,909
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Installing LAMP

    For the desktop version you can do:

    Code:
    sudo apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-server php5-gd phpmyadmin
    If you want to install Ubuntu Server (recommended) here is a tutorial:

    http://www.ubuntugeek.com/ubuntu-804...ver-setup.html

    Or you can use this one:

    http://www.howtoforge.com/perfect-server-ubuntu8.04-lts

    Please note that although the above is a great guide, you probably don't need to install Bind9 like they recommend unless you have many servers on your network.

    -Tim
    www.pcchopshop.net

    Hard to find and obsolete PC and server parts. "If we can't find it, it probably doesn't exist"

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •