***Edit*** Installing Jamroom on Ampps on Mac is now documented here:
https://www.jamroom.net/ultrajam/documentation/guides/2146/installing-ampps-locally-on-mac-os-x
Installing Ampps on Mac is easy, you just drag it to the Apps directory, but it won't run Jamroom until you do the following tweaks to the default configuration:
1. Enable ctype and iconv extensions:
In the Ampps control panel, click PHP, then Php Extension.
Enable ctype.so and iconv.so, then save.
2. Enable mod_deflate:
In the Ampps control panel, click Apache, then Configuration.
In the configuration file, search for mod_deflate, and uncomment the following line.
LoadModule deflate_module modules/mod_deflate.so
Then save.
Restart Apache from the Ampps control panel. You should now be able to run Jamroom.
Note: The above is true for php5.5, not sure about other versions. There is currently a Yosemite bug in ampps, to upgrade to php5.5 you need to start apache from the command line rather than from the control panel. The other php versions will then appear in Ampps control center > PHP > Change php version.
This is the command to paste into Terminal:
sudo /Applications/AMPPS/apache/bin/httpd -k start
It's a Mac, so one more thing: System check will show that ffmpeg is not working. For each Jamroom site you have installed you can replace the file /modules/jrCore/tools/ffmpeg with the relevant download from here: http://ffmpegmac.net/
You will find your sites in /Applications/AMPPS/www/
***Edit - I've updated the info above, so you can ignore the thread below.
--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
updated by @ultrajam: 12/04/14 04:02:54PM