On Tue, Nov 2, 2010 at 1:36 PM, entsteve <[email protected]> wrote: > Does anyone have instructions for how to load Open BlueDragon and > MySQL on a MAC? >
MySQL has installers for OS X so you can use one of those: http://www.mysql.com/downloads/mysql/ As for OpenBD, platform doesn't really matter since it's all Java. You can either grab the Ready2Run version and launch that, or you can grab a WAR file and drop it on a servlet container like Tomcat. Even things like installing Tomcat aren't platform-specific because again it's all Java, so any guide to installing Tomcat will work on a Mac. If you're looking to get up and running quickly I'd just grab the Ready2Run version and give that a whirl. Let us know if you need help with it. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
