Is there a downloadable image of a LAMP stack?

Is there a site that has a preconfigured all-in-one LAMP image ready for download and setup for local development, say, using VirtualBox or similar? I want to use some PHP (maybe Django), but only for local testing. I am looking to take a lazy / easy way out and try to find a preconfigured setting that I can load and configure in VirtualBox, similar to how Oracle / offered a ready-made Java environment with Oracle Linux, Netbeans, etc. etc.

Is there such a thing? Is it preferable to use some type of IDE, like Eclipse? I could upload all the stuff myself, but, as I said, I'm a little lazy just for the local development environment that you can argue with. I looked at www.turnkeylinux.org, but this is not quite what I want; I don't need an easy way to handle this, I just want to install an installation that I can install that already has Apache / PHP / MySQL (or Postgres, it doesn't matter), and preferably Eclipse is already installed, so I can just download it go to VirtualBox and go into some form of Linux and start customizing the application.

+3
source share
3 answers
+2

BitNami VM, , VirtualBox VMWare Player

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

IDE , , .

Theres XAMPP (Win) MAMP (OSX), LAMP , VM.

+4

I recommend checking out vagrantcloud.com and vagrantup.com. They have quite a few useful vms with which you can educate and play to work with some specific technologies right away.

0
source

All Articles