I believe many friends have done web development on Windows, our common Web application platform is: Apache+mysql+perl/php/python, under Windows integration called Wamp. Novice Web developers sometimes because they are not familiar with the operation of Linux, always want to be able to develop on windows, Wamp is a sharp weapon.
With the integration of the Web environment, but also to consider the problem of code collaboration, sometimes the project requires several people to work together, front-end, if the code is not unified, there are a variety of hard work, so there is a code deployment management platform is particularly important, more and more famous projects using Git to manage project development. Git is powerful, and details can be learned from the web using specifics.
Here's how Wamp and Git are installed on Windows:
System environment: WIN8/64 bit.
One. Wamp Installation:
1. Download the latest installation package: WAMPSERVER2.5-APACHE-2.4.9-MYSQL-5.6.17-PHP5.5.12-64B
2. After the download is complete, run install package, accept the agreement, select Install directory--whether the Quick Launch bar and desktop creation shortcuts--installation is complete.
3. Open the browser, enter: http://localhost/, test whether the installation is successful.
Two. Git install:
1. Download: Download the latest version on the official website. git-1.9.2-preview20140411
2. Install: Click Next until step three appears.
3. Tick "Git Bash here" and "Git GUI here" in the Windows Explorer integration option.
4. The rest is the default, next until finish.
Reference:
1.git Usage Brief: http://www.oschina.net/question/565065_68194
2.wampserver:http://www.wampserver.com/en/