8

我是一个 .Net 人,刚刚接到一个基于 LAMP 的项目(其中 P=PHP),没有“否”选项。我将不得不在 Windows 7(64) 机器上构建它,但它是针对纯 LAMP 平台的。

我不太担心 PHP 或 mySQL,我已经足够应付了,但 Linux 和 Apache 也可能是 NASA 的 Curiosity 平台。

在生产环境中,我将主要依靠主机来配置 L 和 A,希望我可以几乎同步我的 M 和 P 文件,弄清楚如何做一些特定于应用程序的配置并开始。也许乐观,但我会从那里开始;-)

现在的问题是

  • 在 W7 机器上设置 LAMP 开发以相对无故障地投入生产的最无故障方法是什么?

  • 有什么合理的方法可以在不放弃我的 Visual Studio 安全毯的情况下做到这一点?

  • 对在线某处的演练有什么建议吗?

谢谢!

4

3 回答 3

5

• 在 W7 机器上设置 LAMP 开发以相对无故障地投入生产的最无故障方式是什么?

这两者都能够为您提供 windows7 LAMP 和 LAMPP(php/perl) 环境。

    http://www.ampps.com/
or
    http://www.apachefriends.org/en/xampp-windows.html

两者都易于使用,并且应该使您将代码迁移到 prod 变得简单。

于 2012-11-09T22:21:57.113 回答
4

Why dont you install a free Virtual Machine and setup a real LAMP environment, You can access the VM from your windows environment.

If you create a samba bridge(fairly straight forward) , you can develop at your windows environment and deploy to linux easily.

Really easy to setup LAMP environment with VM and pretty sure, you ll find many tutorials, which help you go though the setup.

于 2012-11-09T22:53:31.147 回答
0

Wamp 服务器将完美地为您工作:Wamp 服务器

于 2015-11-13T11:51:48.237 回答