Windows7 PC に Php をインストールしたいのですが、Apche Web サーバーを使用したいのですが、簡単なインストール方法はありますか?
前もって感謝します..
Windows7 PC に Php をインストールしたいのですが、Apche Web サーバーを使用したいのですが、簡単なインストール方法はありますか?
前もって感謝します..
http://www.wampserver.com/en/ (WAMP = Windows Apache MySql Php)を試すことができます。正しい構成を含め、必要なもの (php + mysql + apache) がすべて統合されます。
また、 http://www.apachefriends.org/en/xampp.html (XAMPP)を試すこともできます。
これらのパックは、PHP、MySql、および Apache を問題なくインストールするのに役立ちます。
Agree with @michael-swan i will suggest to go with XAMPP, since you can simply start the XAMPP server and you got apache/php/mysql working. No need for any installation can be used in a portable drive too.
I am not sure if any such option is available in wamp, but it has easy to handle configs vars
Both the software are bundles of APACHE/PHP/MYSQL package - which are the complete package
Apache、MySQL、および PHP (WAMP) のパッケージ化されたディストリビューションを使用することをお勧めします。これらはすべて構成されており、短い自動インストールの後、Web サイトをホストする準備ができています。
この WAMP のリストから始めます: http://en.wikipedia.org/wiki/Comparison_of_WAMPs
これは最も包括的なリストであり、利用可能なものについていくつかのアイデアを提供します.
最も頻繁に使用されているのは、 Xampp、WampServer、およびUniformServerです。Wamp-Developer のような商用のものもあります。
4 つの異なる WAMP のうち 3 つをインストールし、1) 新しい Web サイトをセットアップし、2) WordPress をブログとしてインストールして、1 つずつ試してみてください。これにより、何が最も効果的かを知ることができます。