Is there a LAMP stack all-in-one image available for download?

17,515

Solution 1

You can try the VMWare Virtual Applliance Marketplace. This has a wide variety of virtual machines, preconfigured to specific use cases.

I haven't looked to see if it's got a specific solution for you but, if not, you may want to consider uploading any you create to assist others in future.

You could also find one which had most of what you need, then simply add what's missing.

Solution 2

BitNami has a number of preconfigured VM images available for download that can be used in VirtualBox or VMWare Player for free

LAMP Stack: http://bitnami.org/stack/lampstack

IDE is not included, but you could share your source code from your OS to the VM and use whatever IDE you want to natively.

Theres also XAMPP (Win) and MAMP (OSX) that install the entire LAMP stack natively, no VM needed.

Share:
17,515
Wayne Molina
Author by

Wayne Molina

I'm a self-taught developer living in the Tampa Bay area who has mainly spent his career as the one-man "IT Guy" so I have a broader knowledge of business and software than the average developer. My primary language is C# but I also have dabbled in Ruby and Python. Currently working at a good company doing C# and SQL work with a little extras here and there. I pride myself on software craftsmanship and am a big proponent of the SOLID principles and good software design. My ultimate goal is to advance to a leadership role where I can focus on quality and delivering results that solve problems, empower users to be more efficient, and remain stable and easy to expand on later.

Updated on June 09, 2022

Comments

  • Wayne Molina
    Wayne Molina almost 2 years

    Is there a site that has a pre-configured all-in-one LAMP image ready to download and set up for local development, say using VirtualBox or similar? I want to dabble in some PHP (possibly Django) but for just local testing I'm looking to take the lazy/easy way out and try to find a preconfigured setup that I can download and set up in VirtualBox, similar to how Oracle is/was offering a premade Java environment with Oracle Linux, Netbeans, etc. etc.

    Is there such a thing? Preferably using an IDE of some type like Eclipse? I could download all the things myself but like I said I'm being a bit lazy just for a local development environment to dabble with. I've looked at www.turnkeylinux.org but that's not quite what I want; I don't need an easy way to manage it, I just want a setup I can install that will already have Apache/PHP/MySQL (or Postgres, doesn't matter) and preferably Eclipse already installed, so I can just load it up into VirtualBox and log in to some form of Linux and start to get thing set up.