I installed ubuntu on Linode today and uploaded files to the server. Now I have a question, how to test it locally? For example: for php, I use xampp. So what software does ubuntu use? Mine is win7.
Please give me some advice
I installed ubuntu on Linode today and uploaded files to the server. Now I have a question, how to test it locally? For example: for php, I use xampp. So what software does ubuntu use? Mine is win7.
Please give me some advice
For Linux, just apt-get or compile and install it, because there is nothing better than this.
For compilation and installation, I wrote a blog post. It was not well written. I hope it can help you.
[](https://www.daryl.red/index.p...
LAMP
: Linux + Apache + MySQL + PHP
Recommendation for local testing and virtual environment: Vagrant, I remember that the developers of this site (also PHP) all use this unified development environment (link)
Create your own environment, no suit required