views:

61

answers:

7

Hello - I mostly code in Visual Studio, I like it, but lately it's making me feel a little claustrophobic. On my MacBook Pro, I've set up PHP5 and MySQL (natively). With the built-in server on the mac, does this constitute a LAMP stack? Is Mac OSX considered a Linux Environment? I have VMWare Fusion 3, should I set up a Linux OS virtually in order to implement a LAMP stack? Should I just use CakePHP or Zend? Any guidance would be greatly appreciated.

+2  A: 

Technically, OS X is a BSD based OS, not Linux.

The setup you are talking about is generally referred to as MAMP (Mac, Apache, MySQL, PHP)

That said, it's close enough for all practical purposes.

Matthew Scharley
+1  A: 

Whether or not something is a "LAMP stack" is irrelevant. Your machine can probably run most web applications just fine.

No, OS X is not a Linux environment, but it is just fine for running a small web server.

Jørgen Fogh
+1  A: 

Mac OS X is not a Linux environment, but it sure is a *nix environment, so maybe is not a LAMP in the strong sense of the word, but its as powerful and useful as one.

Francisco Soto
+2  A: 

Actually, a very common service for setting up MySQL and Apache/PHP support on a Mac is called MAMP. So there you go. I guess you're on MAMP.

But actually, the OS only matters if you plan on using it. I use and enjoy the CodeIgniter PHP framework which is OS agnostic, so I really only need the -AMP stack.

Alex Mcp
+1  A: 

If the server is Apache, you have a MAMP. LAMP strictly refers to Linux systems.

Jorge
+2  A: 

It's not a LAMP it's MAMP but all your applications developed for this environment will be fully compatible with the LAMP stack.
The difference it's more theoretical than practical.

Cesar
A: 

L inux

A pache

M ySQL

P HP

webdestroya