Entropy.ch Discussion Forums Forum Index Entropy.ch Discussion Forums
Discussion forums about Mac OS X software development.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

MAMP
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Entropy.ch Discussion Forums Forum Index -> PHP on Mac OS X
View previous topic :: View next topic  
Author Message
firewall



Joined: 02 Nov 2006
Posts: 3

PostPosted: Fri Nov 03, 2006 8:12    Post subject: MAMP Reply with quote

http://www.mamp.info

Downloaded, installed, and had everything up and running within minutes. I'm impressed. Anyone else have feedback / experience with it?
Back to top
View user's profile Send private message
oldblueday



Joined: 03 Feb 2007
Posts: 7

PostPosted: Sat Feb 10, 2007 3:34    Post subject: Reply with quote

Just downloaded it today. Took me a week to install php5, then another week to get MySQL up and running... and then I could never get them talking to each other.

Installed MAMP and it got going instantly. And there's a dashboard widget to turn things on. Love it. I'm with you.
Back to top
View user's profile Send private message
liyanage
Site Admin


Joined: 22 May 2003
Posts: 1104
Location: Zurich, Switzerland

PostPosted: Sat Feb 10, 2007 12:38    Post subject: Reply with quote

I haven't used it myself but I have heard good things about it in the past few months.

If users agree that it works well, then I'll add a link to it from my main PHP page. What is the consensus? Smile

I am also wondering if this is a solution for people running older versions of Mac OS X, which I do not support. Does anyone know if this works on Panther / Panther Server?
Back to top
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
gracion



Joined: 17 Feb 2007
Posts: 3
Location: Ashland, Oregon, US

PostPosted: Sat Feb 17, 2007 19:18    Post subject: MAMP Reply with quote

Living-e, the MAMP company, had a full booth at Macworld expo and seemed very serious and competent. Haven't tried it, but posted requirements say OS X 10.3, so it should work there.

Note that the free version of MAMP is intended for development, not public production servers. I seem to remember hearing it runs as the logged in user. The commercial version, MAMP PRO ($US 49) seems to support production servers.
Back to top
View user's profile Send private message Visit poster's website
oldblueday



Joined: 03 Feb 2007
Posts: 7

PostPosted: Tue Feb 20, 2007 5:12    Post subject: Reply with quote

I just installed it and MAMP works like a champ. I'm able to create and test PHP pages as well as MySQL. It was very easy.
Back to top
View user's profile Send private message
liyanage
Site Admin


Joined: 22 May 2003
Posts: 1104
Location: Zurich, Switzerland

PostPosted: Tue Feb 20, 2007 11:45    Post subject: Reply with quote

Sounds good, so I just added a link to this thread to my main PHP page.

Post additional hints and experiences here...
Back to top
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
f3ze



Joined: 21 Aug 2007
Posts: 3

PostPosted: Wed Aug 22, 2007 7:08    Post subject: same Reply with quote

just chucking in my thoughts too, I tried mucking around with installing everything separate with php4 then found marcs excellent site. then for some reason with php5 package, couldnt get it working, a friend suggested mamp, and it works immediately. not only that but comes complete with phpmyadmin (another failed attempt to install that separate myself there), mysql, and both php4 and 5 (which you can switch between either from the widget or from the program window).
very easy, has my vote!
_________________
---
Bay of Islands NZ
Back to top
View user's profile Send private message
ddffee1



Joined: 08 May 2008
Posts: 1

PostPosted: Thu Jun 12, 2008 13:29    Post subject: Reply with quote

+1 It very easy and useful.

Last edited by ddffee1 on Mon Nov 09, 2009 18:37; edited 2 times in total
Back to top
View user's profile Send private message Visit poster's website
irve



Joined: 25 Aug 2008
Posts: 2

PostPosted: Mon Aug 25, 2008 16:39    Post subject: MAMP is up but .php pages not recognized. Reply with quote

MAMP is running complete nice and ok with the infophp() but ::

when I try a ordinary .php page in the browser it is not recognized. Firefox ask if it should be saved and Safari displays the code. Isn't that funny??

What shall I do to make the browser recognize my own php pages?

I have changed the httpd.conf file uncommenting LoadModule php4_module libexec/httpd/libphp4.so and AddModule mod_php4.c

I am about to give up, very thankful for all help
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
al3



Joined: 06 Sep 2006
Posts: 10

PostPosted: Thu Aug 28, 2008 6:43    Post subject: Reply with quote

Are you using the URL:

http://localhost:8888/YourPHPscript.php

Al
Back to top
View user's profile Send private message
irve



Joined: 25 Aug 2008
Posts: 2

PostPosted: Thu Aug 28, 2008 22:42    Post subject: Reply with quote

Thanks, it works now!

I didn't find this string localhost:8888/mypage.php in instructions.

Allthough very nice, no need for separate installations of Appache and PHP.
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
-=allexiss=-



Joined: 21 Sep 2008
Posts: 1

PostPosted: Sun Sep 21, 2008 22:30    Post subject: Reply with quote

I to would be very interested in this. I would purchase the pro version if it had FreeTDS included.
Back to top
View user's profile Send private message Visit poster's website
alpha2zee



Joined: 06 Sep 2005
Posts: 29

PostPosted: Mon Sep 22, 2008 1:31    Post subject: Admin-privileges needed Reply with quote

The problem, only for some, with both MAMP and XAMPP [yes, there is a version available for Mac OS] is that the installation is always in to the /Applications directory and that starting the servers requires administrator privileges. This prevents standard, non-admin users from doing web development.
Back to top
View user's profile Send private message
steffann1



Joined: 29 Oct 2008
Posts: 3

PostPosted: Wed Oct 29, 2008 21:49    Post subject: info Reply with quote

Thanks for that Joe34.
Good luck with it.
_________________
puppies for sale
Back to top
View user's profile Send private message
CharlieDancey



Joined: 26 Jan 2009
Posts: 1
Location: Glastonbury, England

PostPosted: Tue Jan 27, 2009 11:15    Post subject: MAMP testimonial Reply with quote

I also downloaded MAMP and installed it in minutes with no problems.

For those who have not tried it (and at the risk of telling you what you may already know)...

MAMP installs as an application, and is completely independent of any existing PHP/MySQL/Apache setup on your machine. Thus you do not have to worry about messing up your existing httpd conf, MySQL socket, or PHP version - which I can tell you from experience is a very good thing. All of MAMP's tricky bits live inside its own application folder.

This means that

1: You can mess around to your heart's content in MAMP without breaking anything.

2: While you are doing this, any existing web services remain intact.

Oh, and you can turn it off any time you like.

Brilliant software.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Entropy.ch Discussion Forums Forum Index -> PHP on Mac OS X All times are GMT + 1 Hour
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group