是否有可供下载的 LAMP 堆栈一体化映像?

发布于 2024-11-14 17:27:40 字数 483 浏览 4 评论 0原文

是否有一个站点具有预配置的一体化 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

如痴如狂 2024-11-21 17:27:40

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.

—━☆沉默づ 2024-11-21 17:27:40

您可以尝试 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.

静谧幽蓝 2024-11-21 17:27:40

看看 Devilbox。它是一个独立于操作系统的 docker LAMP/MEAN 开发堆栈,开箱即用,并提供以下功能:

  • PHP:5.2、5.3、5.4、5.5、5.6、7.0、7.1、7.2 和 7.3
  • Xdebug
  • 自动虚拟主机创建
  • 无限制项目数量
  • 所有项目的有效 https
  • 电子邮件包罗万象的
  • 自动化 DNS
  • phpMyAdmin、phpRedmin、Adminer、OpCacheGUI
  • Apache、Nginx、MongoDB、MySQL、MariaDB、PerconaDB、PostgreSQL、Redis、Memcached、MailHog、Solr、RabbitMQ 等
  • 广泛的文档

devilbox

项目:

Devilbox 是一个现代且高度可定制的 Docker 化 PHP 堆栈,支持完整的 LAMP 和 MEAN 并在所有主要平台上运行。主要目标是轻松切换和组合本地开发所需的任何版本。它支持无限数量的项目,自动创建虚拟主机、SSL 证书和 DNS 记录。电子邮件包罗万象和流行的开发工具也将为您服务。无需配置,因为一切都已预先设置。

此外,Devilbox 为不同的主机操作系统提供了相同且可复制的开发环境。

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:

  • PHP: 5.2, 5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2 and 7.3
  • Xdebug
  • automated vhost creation
  • unlimited number of projects
  • valid https for all projects
  • email catch-all
  • automated DNS
  • phpMyAdmin, phpRedmin, Adminer, OpCacheGUI
  • Apache, Nginx, MongoDB, MySQL, MariaDB, PerconaDB, PostgreSQL, Redis, Memcached, MailHog, Solr, RabbitMQ, etc
  • Extensive documentation

devilbox

Project:

The Devilbox is a modern and highly customisable dockerized PHP stack supporting full LAMP and MEAN and running on all major platforms. The main goal is to easily switch and combine any version required for local development. It supports an unlimited number of projects for which vhosts, SSL certificates and DNS records are created automatically. Email catch-all and popular development tools will be at your service as well. Configuration is not necessary, as everything is already pre-setup.

Furthermore, the Devilbox provides an identical and reproducable development environment for different host operating systems.

零度° 2024-11-21 17:27:40

我建议您查看 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文