There are not many Windows VPS/servers on the left. Although I have shared the Web site deployment process on a Windows VPS host and have not used any third-party software, however, it is difficult to directly deploy IIS, but many experts on the left can see that IIS is used for deployment. For convenience, we can use third-party software packages, such as XAMPP, PHPNOW, wampserver, APMServ, PHPStudy, Jing 'an server management assistant, and N points.
The so-called third-party Web software package meets our daily website construction needs in terms of functions, mainly to save our time to deploy the conventional software package. A previous user told me that, he liked building a website on Windows VPS because he could see that the software was being installed, while Linux was running around with scripts. Of course, these software should all have their own user groups and advantages. In the future, we will take a look at the interfaces and actual functions of these software.
A few days ago, some netizens mentioned that the UPUPW software package was used in Windows VPS. The old left probably browsed the official website and provided a complete set of software tools, in most Windows systems, Nginx and Apache environments can be deployed, and PHP7 of the latest version is supported. This is not in this article, let's take a look at this software package that can be used in a Windows VPS environment. Of course, we can also use the software when debugging PHP and other language programs locally, PHPStudy is used locally on the left.
1. Official UPW website
The code is as follows: |
Copy code |
Official Website address: http://www.upupw.net/ |
2. Download the version set required by UPW
Here we can see that there are Apache, Nginx, Kangle environment packages, and extension and runtime library files. We select the version based on the environment we need to deploy, such as laozuo.org) here we will try to select Nginx PHP7.0. Here I just install this software to see the process, not actually used in the project.
Third, the UPUPW software installation process
Download the required software from the cloud to the local desktop (if we are installing VPS/server on the server), decompress the software, and double-click the icon to install it.
After extracting the package, we can see that the components contained in the software are still quite complete and the directories are clear. It seems like a green one without installation, but I still click the EXE file to see what it is, of course, the root directory also has installation instructions. The directory structure is available in the document. The UPUPW directory must be a path without Chinese characters or space characters. Therefore, we need to extract the package to a proper drive letter, such as a C or D disk, then, install the EXE file.
It is still relatively simple. You can directly run the directory without installation. We can see the above interface, you can add sites, Start services, open databases, Nginx and other projects.
The problems that need to be mentioned here cannot be directly installed and started. Most servers may not have the UPUPW runtime library file installed. We need to install the runtime library based on our own Windows system version. You can view the library files required for installation in the "running database instructions" document in the root directory of the compressed package.
The code is as follows: |
Copy code |
Common Library File Download: http://www.upupw.net/website/ |
4. Basic usage of UPW software
You can see that the UPW interface is similar to the one-click installation tool of Linux. You can choose to add sites, manage databases, and start projects as needed. Enter s1 to start all the projects. Then we can use 127.0.0.1 to view the success page. If the internet is used, we can enter the address of the corresponding server.
1. Add sites to UPUPW
After entering 1, set the domain name site and path directory as prompted.
2. Add a database to UPUPW
Before adding a database, we need s3 to enable the database running status before entering 14 to add a database. By default, the total database password of UPW is root, which we need to modify later.
You can also create a database or import and export a database based on the wizard and requirements. (Enter q and press enter to return to the previous page)
To sum up, the old man simply experienced that UPUPW can be used for Windows VPS/server Web software, which has strong functions and supports a new version of the software, which is also user-friendly. If you have used this software, you can leave a message to check your experience.