The abbreviation "MAMP" stands for: Macintosh, Apache, MySQL and PHP. The OS X software application "MAMP" will quickly install the whole stack and provide a GUI for management.
3
votes
0answers
1k views
Updating MAMP to PHP 5.4.8
I used this guide How do you upgrade MAMP's PHP to PHP 5.3? to update my PHP-Version on MAMP but it does not work.
I'm not sure if I did everything right.
I downloaded php 5.4.8 und put the ...
2
votes
0answers
723 views
MAMP PRO PHP Mail - Gmail
Hi I´m trying to send mails on localhost to my gmail account. I tried the postfix tutorial on the MAMP Pro website but that did not work for me.
Is there any way to enable sending mails from and to ...
2
votes
0answers
47 views
MAMP and Git git-http-push
I want a git server running on my iMac with remote access (from work or somewhere else). I completed those steps where you create a git repository (git init --bare) and i also opened the ports.
I ...
2
votes
0answers
320 views
Using dnsmasq on a Windows VM in VirtualBox on a Mac (+ MAMP)
I'm using dnsmasq on the Mac (OS X 10.7) to facilitate local development (along with MAMP), with just this pretty simple config:
[dnsmasq.conf]
address=/dev/127.0.0.1
.. pretty darn simple. All my ...
2
votes
0answers
147 views
How to connect MAMP based MYSQL in Python?
I recently upgraded Python on my Macbook to 2.7 via Macport and eventually I had to upgrade MySQL driver too. I tried to install it via Macport but that guy installed another copy of MySQL server too. ...
2
votes
0answers
348 views
CSS trouble on Virtualbox an MAMP?
Today I found a really strange bug(?).
I'm running Mac OS X with MAMP and a Virtual box with Win XP.
In my hosts-file on the Mac OS I have added a line for localhost:8888, called "mampserver".
In the ...
2
votes
0answers
141 views
MAMP + Websharing osx 10.8
I have a local webdev Environement with MAMP.
Now to test my projects on Mobile devices, I deploy the projects to my live server and enable websharing so I can Access the web with the ipad.
I already ...
2
votes
0answers
165 views
MAMP with MySQL natural driver
So I've been working with MAMP to develop a site locally on my computer, but one of the things that has been really bugging me is that MAMP doesn't come with the MySQL Natural Driver for PHP. So I ...
2
votes
0answers
383 views
Max OS Lion 10.7.3 DNS lookup very slow with MAMP
This question has been asked in many forms, and I have spent more than six hours scouring the internet for an answer that solves my problem. So far, I've been unsuccessful. I use MAMP to develop PHP ...
2
votes
0answers
725 views
How to install a mod_ftp module on a MAMP server
Background:
I recently installed MAMP, and am using it as a production server. The server setup did not come with an FTP server, and from what I've read, you can set up an FTP server via mod_ftp, an ...
1
vote
0answers
52 views
Google App Engine local WordPress install error with MAMP
I'm trying to set-up WordPress to run on Google App Engine.
I'm following the docs over here with MAMP as my local dev environment. The app runs okay through the GAE Launcher, but when I browse the ...
1
vote
0answers
24 views
MAMP Lion - Slow Result from Database to Client
I am dealing with a production box (mac Lion) running much slower than a production Snow Leopard. Here however is an oddity that I stumbled upon quite accidentally while working on the Lion issue.
...
1
vote
0answers
153 views
Connecting Django 1.5.4 to Mamp MySQL - Can't connect to local server
I'm trying to connect my Django app to a MAMP mysql database. I haven't used django in about a month and was surprised with the new database format. I'm not sure how to access my Mamp database.
MAMP ...
1
vote
0answers
174 views
Composer and mamp ssl extension not working together
I was trying to enable ssl extension on MAMP to get a sylius (symfony2 bundle) working. But when the extension was enabled, composer started to misbehave saying that the ssl extension wasn't ...
1
vote
0answers
168 views
Viewing MAMP site on iPhone/iPad?
I'm compiling my website with Hammer for Mac and running the site in a local environment with MAMP.
Now, I'm able to view the site on my iPhone when visiting 10.0.1.2/project-name/html but for some ...