PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, March 12, 2022

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

 March 12, 2022     development-environment, lamp, virtualbox     No comments   

Issue

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.


Solution

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.



Answered By - paxdiablo
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing