I installed ubuntu in Linode today and uploaded files to the server. Now, how can I test it locally? For example, I use xampp for php. So what software does ubuntu use? My name is win7. I have installed ubuntu and uploaded files to the server in Linode. Now, how can I test it locally? For example, I use xampp for php. So what software does ubuntu use? My name is win7.
Please give me some advice
Reply content:
I installed ubuntu in Linode today and uploaded files to the server. Now, how can I test it locally? For example, I use xampp for php. So what software does ubuntu use? My name is win7.
Please give me some advice
In linux, you can directly use apt-get or compile and install it, because it is no better than this.
I wrote a blog post about compilation and installation, which is not well written. I hope it will help you.
[] (Https://www.daryl.red/index.p...
LAMP
: Linux + Apache + MySQL + PHP
Recommended for local testing and Virtual Environments: Vagrant. I remember that developers on this site (also PHP) use this unified development environment (link)
Self-built environment, no suits