Setting up Windows 7 for LAMP development

╄→尐↘猪︶ㄣ 提交于 2019-12-09 16:09:32

问题


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.

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.

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 ;-)

For now the questions are

  • 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?

  • any reasonable way to do it without giving up my Visual Studio security blanket?

  • any suggestions for a walk-through somewhere online?

Thanks!


回答1:


•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?

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.




回答2:


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.




回答3:


Wamp server will work perfectly for you: Wamp Server



来源:https://stackoverflow.com/questions/11873013/setting-up-windows-7-for-lamp-development

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!