Home  >  Article  >  Backend Development  >  How to test ubuntu server locally?

How to test ubuntu server locally?

WBOY
WBOYOriginal
2016-12-05 13:44:281127browse

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

Reply content:

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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn