是否有可供下载的 LAMP 堆栈一体化映像?
是否有一个站点具有预配置的一体化 LAMP 映像,可供下载并设置用于本地开发,例如使用 VirtualBox 或类似的?我想涉足一些 PHP(可能是 Django),但对于本地测试,我希望采取懒惰/简单的方法,并尝试找到一个可以在 VirtualBox 中下载和设置的预配置设置,类似于 Oracle /正在提供一个预制的Java环境,包括Oracle Linux、Netbeans等。
有这样的事情吗?最好使用某种类型的 IDE(例如 Eclipse)?我可以自己下载所有的东西,但就像我说的,我有点懒,只是为了涉足本地开发环境。我查看了 www.turnkeylinux.org
但这并不完全是我想要的;我不需要一种简单的方法来管理它,我只想要一个可以安装的设置,该设置已经安装了 Apache/PHP/MySQL(或 Postgres,没关系),最好已经安装了 Eclipse,这样我就可以加载它进入 VirtualBox 并登录某种形式的 Linux 并开始进行设置。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
BitNami 有许多预配置的 VM 映像可供下载,可在 VirtualBox 或 VMWare Player 中免费使用
LAMP Stack:http: //bitnami.org/stack/lampstack
不包括 IDE,但您可以将源代码从操作系统共享到虚拟机,并使用您想要的任何原生 IDE。
还有 XAMPP (Win) 和 MAMP (OSX),本机安装整个 LAMP 堆栈,无需 VM。
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.
您可以尝试 VMWare Virtual Applliance Marketplace。它有各种各样的虚拟机,针对特定用例进行了预先配置。
我还没有查看它是否有适合您的特定解决方案,但如果没有,您可能需要考虑上传您创建的任何解决方案以在将来帮助其他人。
您还可以找到一个包含您需要的大部分的内容,然后只需添加缺少的内容即可。
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.
看看 Devilbox。它是一个独立于操作系统的 docker LAMP/MEAN 开发堆栈,开箱即用,并提供以下功能:
项目:
Have a look at Devilbox. It is an os independent docker LAMP/MEAN development stack which is pre-configured out of the box and offers features as such:
Project:
我建议您查看 vagrantcloud.com 和 vagrantup.com 网站。他们有很多有用的虚拟机,您可以启动并使用它们来立即使用某些特定的技术。
I recommend checking out vagrantcloud.com and the vagrantup.com site. They have quite a number of useful vms you can bring up and play with to work with some specific piece of technology right off the bat.