| « Keyboard layout editor for Mac OS X | Debian apt-get missing keys » |
b2evolution on Mac OS X in 5 minutes from scratch
05/28/09
b2evolution on Mac OS X in 5 minutes from scratch
Tested with MAMP 1.7.2, b2evolution 3.2 and Mac OS X 10.5.7 :
- Download and install MAMP (Free) into the Applications folder
- Start MAMP and make sure you get the MAMP start page
- Download b2evolution and unzip it into /Applications/MAMP/htdocs
- Point yout browser to http://localhost:8888/b2evolution/ and follow install procedure
- When prompted for mysql username and password use "root" and "root". (the mysql host is "localhost")
- You're up and running, but with one caveat... when displaying blogs you'll run into incomplete pages and the php error log (/Applications/MAMP/logs/php_error.log) will give you a hint:
PHP Fatal error: Allowed memory size of 8388608 bytes exhausted
It doesn't make much sense that MAMP would come preconfigured with only 8MB of RAM available to apps. I bet that's an easy settign to change if you buy MAMP Pro (39 €). To fix this on the free version though, open the file /Applications/MAMP/conf/php5/php.ini with TextEdit. Find the line that starts with memory_limit = and edit it as follows:
memory_limit = 32M
7 comments
07/01/09 @ 10:17
Unique meta desc and meta keywords are already implemented. they will be released in b2evolution 3.3.
07/01/09 @ 17:58
08/04/09 @ 13:31
Comment from: Peter Yexley [Visitor]
When will b2evolution 3.3 be issued?
Excellent so far!
08/08/09 @ 16:06
Comment from: Redlining [Visitor]
06/18/10 @ 09:48
Comment from: Builders Merchant [Visitor]
10/21/11 @ 10:33
