What is the easiest way to have a local LAMP installation for web development on mac OS X?

后端 未结 6 1729
北荒
北荒 2021-01-28 07:28

I\'m new to mac os x. In the Windows XP world, there are packages available, like easyPHP, wampserver, uniformserver, that enable you to have a local webserver complete with php

6条回答
  •  南方客
    南方客 (楼主)
    2021-01-28 07:54

    Mac OS X is -- essentially -- Linux.

    Mac OS X already contains Apache. Turn on file sharing and you'll turn on Apache.

    You'll need to download and install MySQL for Mac OS X. http://dev.mysql.com/downloads/mysql/5.1.html

    You'll need to edit the httpd.conf to enable mod_apache.

提交回复
热议问题