Bringing Technology to Education
I’m actively involved with the tech support guys at my school in an effort to bring relatively mainstream web-based software to our school. The tech guys successfully got WordpressMu running and configured in a way that works for what we need (not the default — I commend them on this). My personal goal is to find a way to make MediaWiki work in a setting where access control is vital (I’d like to think all of my students are mature).. something that MediaWiki definitely doesn’t do. I don’t fault MediaWiki for this — It’s designed for open collaboration and it works VERY well for that — it just won’t work for us. I’ve been trying to make my laptop play as a demo/test server for a while and have been running into roadblocks:
- Apache being called “Web Sharing” on my Mac is kind of dumb.. but functional once I got php running.
- No mysql server available made testing MediaWiki problematic.
- XAMPP, my trusted development tool in Windows and Linux is horribly inconsistent on OS X (they state this too) and didn’t know enough about the OS X universe to know what to look for.
My first stop was MacPorts. I installed this, and will probably use it regardless of whether I install mysqld from the command line. I do appreciate the functionality of ports (BSD) and portage (gentoo), and know that this is at least somewhat similar. I held out because I figure there had to be some kind of “M”AMP server (like WAMP and LAMP packages)…
…and there is one called MAMP. So, I will be installing this shortly and writing more about it later. I also will be providing documentation on how I got from start to finish with MAMP, MediaWiki, and then Moodle.
