问题描述
我是一个.Net的人,刚刚接受了一个基于LAMP的项目(其中P = PHP),没有'no'选项.我将不得不在Windows 7(64)机器上构建它,但它的目标是纯LAMP平台.
I'm a .Net guy who has just been handed a LAMP-based project (where P=PHP), without a 'no' option. I am going to have to build this on a Windows 7(64) machine, but it is targeted for a pure LAMP platform.
我不太担心PHP或mySQL,我有足够的能力去做,但是Linux和Apache可能也是NASA的Curiosity平台.
I am not too worried about PHP or mySQL, I have enough to get by but Linux and Apache may as well be NASA's Curiosity platform.
在生产环境中,我将主要依靠Host来配置L和A,希望我可以同步M和P文件,弄清楚如何进行一些特定于应用程序的配置并执行.也许很乐观,但我将从这里开始;-)
In the production environment I am going to rely mostly on the Host to configure L and A with the hope that I can pretty much synch up my M and P files, figure out how to do a little app-specific config and go. Perhaps optimistic but I'll start there ;-)
现在的问题是
-
在W7机器上进行LAMP开发以实现相对无故障的生产是最无故障的方法是什么?
what is the most trouble-free way to set up LAMP development on a W7 machine with a view to a relatively trouble-free move to production?
在不放弃Visual Studio安全性的前提下采取任何合理的方法吗?
any reasonable way to do it without giving up my Visual Studio security blanket?
关于在线浏览的任何建议?
any suggestions for a walk-through somewhere online?
谢谢!
推荐答案
这两种方法都可以为您提供Windows7 LAMP和LAMPP(php/perl)环境.
Both of these are able to provide you the windows7 LAMP and LAMPP(php/perl) environment.
http://www.ampps.com/
or
http://www.apachefriends.org/en/xampp-windows.html
两者都很容易使用,应该使您将代码迁移到产品变得简单.
Both are simple to use and should make your migration of code over to prod simple.
这篇关于设置Windows 7进行LAMP开发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!