1. Before deploying the yii framework, you must first set up the php environment.
After the environment is set up, go to the yii official website to download the yii framework.
2. Then unzip the downloaded directory and place it in your php environment directory; here we only need two directories: framework and requirements.
Framework contains the framework file, which is necessary, and requirements is the environment detection file.
(Related tutorial recommendations: yii framework)
3. Check whether the current environment meets the requirements of yii framework, visit http://localost/app/ Yii /requirements will give us our recommended environment configuration.
4. After completing the environment, it is time to deploy yii framework. Here we use yiic to deploy
5. Press the Windows R key combination or click Start->Execute->cmd to open the CMD command window. If our yiic file is in F:\wamp\www\yii\framework, enter this directory in cmd. Follow the diagram below:
The marked place is the path and name of the project. Able to define it yourself.
Then click and enter yes. The project has been created successfully
#6. Visit the project address. The following picture appears indicating that the deployment is successful.
For more programming-related content, please pay attention to the Programming Introduction column on the php Chinese website.
The above is the detailed content of How to deploy the yii framework. For more information, please follow other related articles on the PHP Chinese website!