Best LAMP environment for Mac [closed]

删除回忆录丶 提交于 2021-02-07 11:11:51

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!