Results 1 to 6 of 6

Thread: XMAPP equivilent?

  1. #1
    Join Date
    Oct 2008
    Beans
    122

    Talking XMAPP equivilent?

    Hi, I currently have a windows server running with XAMPP installed.

    I want to try out ubuntu server, I am a complete linux newbie and was wondering if there was a similar package to XAMPP out there with:

    Apache
    PHP
    MySQL
    And some form of ftp server

    Anyone know of anything?

  2. #2
    Join Date
    Apr 2007
    Location
    Glasgow
    Beans
    308
    Distro
    Ubuntu

  3. #3
    Join Date
    Nov 2010
    Beans
    14

    Re: XMAPP equivilent?

    If you really want to learn try this: http://net.tutsplus.com/tutorials/ph...rver-for-free/

    Ubuntu comes with a LAMP (Linux, Apache, MySQL, PHP) package but that tutorial teaches YOU how to do it.

  4. #4
    Join Date
    Oct 2008
    Beans
    122

    Re: XMAPP equivilent?

    Quote Originally Posted by syvil View Post
    If you really want to learn try this: http://net.tutsplus.com/tutorials/ph...rver-for-free/

    Ubuntu comes with a LAMP (Linux, Apache, MySQL, PHP) package but that tutorial teaches YOU how to do it.
    Thanks alot this work a treat

  5. #5
    Join Date
    Mar 2008
    Location
    Queensland Australia
    Beans
    664
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: XMAPP equivilent?

    Here is a HOWTO which I found comprehensive and invaluable.
    Are you using the most current version of this how-to?
    Version numbers are located @ top right of this page. Latest versions are available at my homepage http://woodel.com
    Under the Solutions tab
    Setting up a Linux Server, Start to Finish, using Webmin. By Kevin Elwood
    regards

  6. #6
    Join Date
    Dec 2010
    Beans
    8

    Re: XMAPP equivilent?

    Dan,

    I am in a similar situation as you, I to run XAMPP on a windows server and was wanting to make the switch. However, XAMPP was originally designed for Linux and has been modified to run in Windows environments.

    Once you are up and running with your Linux environment, you can just go here and download XAMPP. Then extract it into the opt folder and start the service. You should be good to go from that point.

    Below is a good tutorial for extracting XAMPP and getting started. Please note I didn't create this tutorial, it was created by TechInTrench.

    Installation Steps:

    Installing XAMPP:

    • Locate the downloaded XAMPP archive file to the desktop if it is not already there.
    • Open the terminal by selecting Application->Accessories->Terminal and execute the following command (It will install the XAMPP to the folder /opt)

    sudo tar -xzf xampp-linux-1.7.3a.tar.gz -C /opt

    Congrats!!! Now XAMPP is installed under /opt/lampp directory.
    Starting XAMPP:
    After the successful installation of XAMPP, now is the time to start the XAMPP.

    • Open the Terminal again and type the following command.

    sudo/opt/lampp/lampp start
    2. After starting the XAMPP, you should see the following lines in the Terminal.
    Starting XAMPP for Linux 1.7.3a…
    XAMPP: Starting Apache with SSL (and PHP5)…
    XAMPP: Starting MySQL…
    XAMPP: Starting ProFTPD…
    XAMPP for Linux started.

    Testing XAMPP:
    If till now everything work fine, you can easily check whether XAMPP is running on your system or not.

    • Type the following url in the address bar of the browser you are using:

    This will result in the following login page of XAMPP.

    2. Select your preferred language on the login page and it will redirect you to the following index page of the XAMPP.

    3. Click the status link to check the activated components of XAMPP.

    This is all about the Installation, Start and Testing of XAMPP on your system.

    The details of this tutorial can be found here.

    Thanks, Andrew

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
  •