What software and environment should be configured for mac os?
天蓬老师2017-06-09 20:08:36
Mac OS system has the following three methods:
1. Install the integrated development environment software: the well-known MAMP PRO, this has a free version, the functions are fully sufficient for learning, and there is the free XAMPP, just download the MAC version . Of course, MAMP PRO is the first choice. There are many cracked or registered versions online. There are tools available for download on this site.
2. Installing functional components independently is more troublesome. It is almost all done under the terminal command line tool, which is difficult for novices.
3. Install the virtual machine and install the development environment on it. Then install a virtual machine management tool and synchronize it to the development environment on the virtual machine through the terminal tool. Virtual Box is recommended for virtual machines. Of course, the first choice for management tools is: vagrant. You can install a Box, configure the virtual machine development environment with one click, and then synchronize your project to it, just like Git.
shuffle2017-06-08 23:06:00
I have never used mac system, but it seems that mac system comes with it