Results 1 to 5 of 5

Thread: Installing LAMP to test a Wordpress site locally?

  1. #1
    Join Date
    Sep 2010
    Beans
    155
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Question Installing LAMP to test a Wordpress site locally?

    Hey All,
    I need to install LAMP (which I've never used) and test a Wordpress site on it locally. Who knows how to do this or has done it before?

    Do I need to also install MySQL? I would imagine that I do.

    Please help. Thanks!

  2. #2
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Installing LAMP to test a Wordpress site locally?

    The lamp stack includes MySQL.

    You should be able to run this:

    Code:
    sudo tasksel install lamp-server
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  3. #3
    Join Date
    Jun 2011
    Location
    The Shadow Gallery
    Beans
    6,744

    Re: Installing LAMP to test a Wordpress site locally?

    Quote Originally Posted by Ranger_Joe View Post
    Hey All,
    I need to install LAMP (which I've never used) and test a Wordpress site on it locally. Who knows how to do this or has done it before?

    Do I need to also install MySQL? I would imagine that I do.

    Please help. Thanks!
    The M in LAMP means MySQL though sometimes MariaDB

    http://ubuntuserverguide.com/2012/05/how-to-install-latest-wordpress-in-ubuntu-server-12-04-lts.html
    Backtrack - Giving machine guns to monkeys since 2006
    Kali-Linux - Adding a grenade launcher to the machine guns since 2013

  4. #4
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: Installing LAMP to test a Wordpress site locally?

    Quote Originally Posted by CharlesA View Post
    The lamp stack includes MySQL.

    You should be able to run this:

    Code:
    sudo tasksel install lamp-server
    Or if you don't want to use tasksel you can just do...
    Code:
    sudo apt-get install lamp-server^
    Cheesemill

  5. #5
    Join Date
    Dec 2012
    Beans
    53

    Re: Installing LAMP to test a Wordpress site locally?

    Yeah it really is as simple as what has been said, once it is installed the web root will be in:
    Code:
    /var/www
    Also, not sure if you need help with createing the DB for wordpress or not but in case you do there is already a nice tutorial up on the wordpress site about how to do it. Helped me out a lot when I was learning SQL. (HERE).

    Regards,
    - D4rk0wl

Tags for this Thread

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
  •