8

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!

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

無料の仮想マシンをインストールして実際のLAMP環境をセットアップしないのはなぜですか。Windows環境からVMにアクセスできます。

sambaブリッジを作成すると(かなり簡単です)、Windows環境で開発し、Linuxに簡単にデプロイできます。

VMを使用してLAMP環境をセットアップするのは非常に簡単で、セットアップを進めるのに役立つ多くのチュートリアルがあります。

于 2012-11-09T22:53:31.147 に答える
0

Wamp server will work perfectly for you: Wamp Server

于 2015-11-13T11:51:48.237 に答える