问题
I am use to using WAMP on a windows machine but I want to install something similar on a MAC. I have noticed that there are quite a few. What is the best LAMP environment to use for MAC if used to WAMP? I nearly went MAMP but can't have multiple virtual hosts unless I pay for the Pro version. Any other recommendations?
Ideally I need phpMyAdmin and Mysql database.
回答1:
This is by no means exclusive answer but here are some options to consider.
XAMPP
https://www.apachefriends.org/index.html
Local *AMP stack installed
- Runs in local environment (±)
- Runs on Mac, Windows, Linux
- Cost Tiers:
- Free
Scotch Box
https://box.scotch.io/
Automated LAMP VM creations
- Sanitized environments (±)
- Runs Mac, Windows, Linux
- Virtualbox is primary supported "provider"
- HyperV is apparently supported provider as well
- Cost Tiers:
- Free
- Single user $15
- Unlimited License - $40
MAMP
https://www.mamp.info/en/
Local *AMP stack installed
- Runs in local environment (±)
- Runs Mac and Windows
- Cost Tiers:
- Free
- Single Edition $59.00
- Update $29.99
EasyPHP
http://www.easyphp.org/
Local *AMP stack installed
- Runs in local environment (±)
- Windows only
- Cost Tiers:
- Free
Custom self-spun solutions:
- https://mallinson.ca/osx-web-development/
- etc etc etc (you can spin custom however you want)
来源:https://stackoverflow.com/questions/44545077/best-lamp-environment-for-mac