Results 1 to 4 of 4

Thread: Wamp server

  1. #1
    Join Date
    Feb 2014
    Beans
    1

    Wamp server

    can we use wamp server in ubuntu operating system for run php code

  2. #2
    Join Date
    Jun 2007
    Location
    Paraparaumu, New Zealand
    Beans
    Hidden!

    Re: Wamp server

    Thread moved to Server Platforms.

    Welcome to the forum.

    There is a server edition of Ubunu, sometimes referred to as a LAMP server rather than a WAMP server. WAMP is designed for Windows systems, and won't run on Ubuntu without help.
    Forum DOs and DON'Ts
    Please use CODE tags
    Including your email address in a post is not recommended
    My Blog

  3. #3
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    lamp

    You can install the full LAMP stack easily:

    Code:
    sudo apt-get update
    sudp apt-get install lamp-server^
    Or you can pick the components individually using the Software Center or Synaptic.

    If the PHP code was written properly it should run on any system. If not, you'll have to look under the hood to see how much work is needed to port it to a modern system.

  4. #4
    Join Date
    May 2006
    Location
    Boston
    Beans
    1,918
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Wamp server


    blog
    Donations BTC : 12FwoB7uAM5FnweykpR1AEEDVFaTLTYFkS
    DOUBLEPLUSGOOD!!

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
  •