Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Install Xampp server

  1. #1
    Join Date
    Mar 2013
    Beans
    9

    Install Xampp server

    I have extracted files to my /opt directory with root privilages but wen i try to install it using( /opt/lampp/lamppstart) this code it replies (You need to start XAMPP as root!) M i doing something rong??

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

    Re: Install Xampp server

    As it says you need to run the command as root...
    Code:
    sudo /opt/lampp/lamppstart
    Is there any reason you are using Xampp instead of the standard LAMP stack in the Ubuntu repositories?
    Cheesemill

  3. #3
    Join Date
    Mar 2013
    Beans
    9

    Re: Install Xampp server

    oo yes......i am currently learnin php and mysql so i needed a server....so m using lampp....Isnt that ok??

  4. #4
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Install Xampp server

    LAMP is easy to install and use.

    https://help.ubuntu.com/community/ApacheMySQLPHP

    http://www.unixmen.com/install-lamp-...erick-meerkat/

    it's easir to do it liek this than messa round with XAMMP
    Read the easy to understand, lots of pics Ubuntu manual.
    Do i need antivirus/firewall in linux?
    Full disk backup (newer kernel -> suitable for newer PC): Clonezilla
    User friendly full disk backup: Rescuezilla

  5. #5
    Join Date
    Jun 2006
    Location
    netherlands
    Beans
    198
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Install Xampp server

    I use xampp too. It's easy to backup and migrate through systems and installs and easy to configure with all stuff in one place.

    Just: sudo /opt/lampp/lamp start and it will work.

  6. #6
    Join Date
    Jun 2006
    Location
    netherlands
    Beans
    198
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Install Xampp server

    In addition you might want to make a symbolic link from your htdocs to a folder in your /home that you can easily edit. Search this forum there is a clear explanation somewhere on xampp

  7. #7
    Join Date
    Mar 2013
    Beans
    29

    Re: Install Xampp server

    apt-get install tasksel
    tasksel
    install lamp server
    apt-get install phpmyadmin after
    this is what I use for php and mysql works great

  8. #8
    Join Date
    Mar 2013
    Beans
    25
    Distro
    Lubuntu 12.10 Quantal Quetzal

    Re: Install Xampp server

    Quote Originally Posted by fiodev View Post
    apt-get install tasksel
    tasksel
    install lamp server
    apt-get install phpmyadmin after
    this is what I use for php and mysql works great
    From personal experience I can confirm that this is the most simple way to set up a local web hosting environment.

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

    Re: Install Xampp server

    Quote Originally Posted by fiodev View Post
    apt-get install tasksel
    tasksel
    install lamp server
    apt-get install phpmyadmin after
    this is what I use for php and mysql works great
    You don't even need to install tasksel, you can get the same result with...
    Code:
    sudo apt-get install lamp-server^ phpmyadmin
    Cheesemill

  10. #10
    Join Date
    Mar 2013
    Beans
    9

    Re: Install Xampp server

    Now i have instaled xamp but i cant get aces to htdocs..what to do?

Page 1 of 2 12 LastLast

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
  •