Home > Article > Backend Development > swoole - PHP development, many environments depend on linux?
When developing PHP under Windows, many environments depend on Linux, such as redis, swoole, etc.
How to solve this kind of problem under Windows? Currently, I use a virtual machine to install the Linux system, but I feel that the virtual machine takes up more resources.
Is there any other better method?
When developing PHP under Windows, many environments depend on Linux, such as redis, swoole, etc.
How to solve this kind of problem under Windows? Currently, I use a virtual machine to install the Linux system, but I feel that the virtual machine takes up more resources.
Is there any other better method?
Why not develop directly with Linux, it is more efficient
vagrant
https://segmentfault.com/a/1190000000264347
If windows is the prerequisite, a virtual machine is the best solution. The questioner feels that it takes up resources. I personally judge that there are two possibilities
a) Installing a desktop environment leads to resource usage => Install a version without GUI, or configure to turn off the GUI service
b) The machine has small memory => Increase memory. A browser, an IDE and a virtual machine should cost at least 8G
Highly recommended to use macbook pro directly! ! !
Redis has a windows version. Swoole can try to install cygin and other software for compatibility. Other extensions or plug-ins can only be developed under Linux unless there is a win32 version.
If you are developing, the company must have a back-end server. Set up a test environment in the company. There is a complete set of packages for lamblnmp and so on. Check to see if there are ready-made packages on win that can also solve environmental problems. The worst option is to buy a chassis yourself, and the performance requirements are not very high, and install Linux as a test machine.
docker swoole
Please use docker, which can solve this problem and takes up less memory
Windows or Mac, use vagrant to build a local development environment.
https://www.vagrantup.com/
It is recommended to use vagrant
There is no other way, either virtual machine or remote
The whole broken VPS is installed and the environment is included. . . What are you doing on win
It is a pitfall to use certain extensions under Windows. . .
The Win extension of redis is out. If you want it, I will give it to you. The Win extension of memcached is not out yet.
It can be said that swoole is not for Windows...
This scene is docker~~~
As long as you are not a .net developer, you should understand linux. PC vm (centos) or mac is recommended
I use linux for the development machine. The ubuntu I use feels pretty good
macbook pro
It is true if the memory is small. There is no other solution due to hardware limitations. You can install Linux.
Actually, you want to buy a macbook pro, I know. . . . Buy it. . . Support you
My solution is to prepare a small Linux development server, develop on Windows, and then submit the code to the Linux server for running. The server environment is configured on Linux. Now it is very convenient to get a small development server. , I bought a cubietruck development board, which is only about the size of a palm. It has 2G CPU, 2G memory, and 8G built-in storage. It cost me more than 500 yuan. Then I connected the two machines to the same LAN, so that The development server tries to simulate the environment of the official server as much as possible. As for the problem of code running, I wrote a program myself. As long as I change my program code, it will be automatically synchronized to the development server, and then I can access the development in the browser. The site on the server is fine