[TxMt] Re: textmate Digest, Vol 41, Issue 4
Brandon M Fryslie
bmf at email.arizona.edu
Wed Oct 5 18:56:38 UTC 2011
>
> Is MAMP relatively similar to XAMPP?
MAMP stands for Mac, Apache, MySQL, PHP
It is an adaptation of the phrase "LAMP stack" which is Linux, Apache,
MySQL, PHP.
OS X has Apache and PHP built in. To turn on Apache, check Web Sharing in
the Sharing panel of System Preferences.
To turn on PHP, uncomment a line in the file /etc/apache2/httpd.conf
Change:
#LoadModule php5_module libexec/apache2/libphp5.so
To:
LoadModule php5_module libexec/apache2/libphp5.so
For MySQL, install the package manager
Homebrew<http://mxcl.github.com/homebrew/>,
and then at the terminal type:
brew install mysql
It's that easy!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macromates.com/textmate/attachments/20111005/5912bb04/attachment.html>
More information about the textmate
mailing list