Now there is a project that needs to be deployed to a formal production server. Since the server does not have a PHP-related environment, I would like to ask, can I directly install a phpstudy on the server and deploy the project? Or how do I deal with it? Because I usually use phpstudy to build my own local development and test servers with one click. I haven’t tried the other ones yet. Please give me some answers from an expert. Thank you!
First of all, you need to clarify what system the server is. If it is Linux, xampp or lnmp is recommended. Win can use phpstudy or other integrated environments. Just pay attention to security configuration
It is best to compile and install it yourself. Of course, for novices, we recommend the lnmp one-click installation package. You can customize the version and services you choose to install. The address is: https://lnmp.org/
Installation is not a big deal You will eventually need to point the IP to your site.