Comments on: Command line Magento 1.5 install on MAMP http://www.aschroder.com/2011/03/command-line-magento-1-5-install-on-mamp/ Notes on Web Development Wed, 23 Dec 2020 09:25:05 +0000 hourly 1 https://wordpress.org/?v=4.8.15 By: Lane http://www.aschroder.com/2011/03/command-line-magento-1-5-install-on-mamp/comment-page-1/#comment-2763 Tue, 29 Nov 2011 22:50:19 +0000 http://www.aschroder.com/?p=1407#comment-2763 Someone asked above, but just thought I’d ask again if anyone new how to run ./mage terminal commands on MAMP?

]]>
By: David Alexander http://www.aschroder.com/2011/03/command-line-magento-1-5-install-on-mamp/comment-page-1/#comment-2271 Mon, 25 Apr 2011 16:30:55 +0000 http://www.aschroder.com/?p=1407#comment-2271 @Nathan Roberts Yes there seems to be a problem running CE1.5.0.1 on PHP 5.3.5 using MAMP – both command line and browser installation. Using PHP 5.2.17 works fine though.

]]>
By: Nathan Roberts http://www.aschroder.com/2011/03/command-line-magento-1-5-install-on-mamp/comment-page-1/#comment-2264 Tue, 19 Apr 2011 02:49:35 +0000 http://www.aschroder.com/?p=1407#comment-2264 I was still having problems with the final command at the time of my last comment. Changing MAMP’s PHP version from 5.3.5 to 5.2.17 and updating the command accordingly fixed the problem for me.

]]>
By: Ashley http://www.aschroder.com/2011/03/command-line-magento-1-5-install-on-mamp/comment-page-1/#comment-2263 Mon, 18 Apr 2011 21:54:52 +0000 http://www.aschroder.com/?p=1407#comment-2263 Thanks Nathan, I have updated the article with your tip.

Also, the behavior you described where the home page loads but none of the links or the /admin loads is consistent with mod rewrite not working properly. For example does /index.php/admin work? or any other similarly altered URL’s?

I can’t think why the hostname would affect the mod_rewrite though, unless the localhost host had different Apache config to the 127... one.

]]>
By: Nathan Roberts http://www.aschroder.com/2011/03/command-line-magento-1-5-install-on-mamp/comment-page-1/#comment-2262 Mon, 18 Apr 2011 21:33:44 +0000 http://www.aschroder.com/?p=1407#comment-2262 The final command needs revised for MAMP 1.9.5 which has two versions of PHP: 5.2.17 and 5.3.5(default). Adjusting the final command to “/Applications/MAMP/bin/php5.3/bin/php” would logically work, but the command hangs for me. Anyone else experience this or know a workaround?

Thanks, Ashley, for providing these instructions.

]]>
By: Nathan Roberts http://www.aschroder.com/2011/03/command-line-magento-1-5-install-on-mamp/comment-page-1/#comment-2261 Mon, 18 Apr 2011 16:31:54 +0000 http://www.aschroder.com/?p=1407#comment-2261 I’m running MAMP 1.8.4 on OS X 10.6.7. I ran into a problem using 127.0.0.1 as my base URL.

I got a SUCCESS message after running the last command and loaded http://127.0.0.1/magento/1501/ successfully. However, clicking on any home page link and loading /admin were both unsuccessful.

Following the exact same steps again, I replaced “127.0.0.1” with “localhost” in the final command and everything works properly.

]]>
By: Ashley http://www.aschroder.com/2011/03/command-line-magento-1-5-install-on-mamp/comment-page-1/#comment-2205 Tue, 22 Mar 2011 04:18:31 +0000 http://www.aschroder.com/?p=1407#comment-2205 Alan Storm was twittering about that stuff today. I haven’t checked but maybe ./mage ?

]]>
By: Laurie http://www.aschroder.com/2011/03/command-line-magento-1-5-install-on-mamp/comment-page-1/#comment-2204 Tue, 22 Mar 2011 02:41:44 +0000 http://www.aschroder.com/?p=1407#comment-2204 How would you go about installing extensions…

Normally I would use “./pear install etc/etc”

But where is pear as of Mage 1.5???

]]>