Sandboxing Rails
James Duncan Davidson wrote up a great recipe for installing Rails that I have been pointing people to for a couple years. For some reason it’s now missing from his site so here’s my version of it from memory:
1. Install Apple Developer Tools, available on your OSX DVD or as a free download from http://developer.apple.com
2. Install the Macports package manager for OSX. It will manage the installation of all the libraries we need.
3. Hide the /opt directory from displaying in the OSX Finder gui
4. Follow this series of commands to get them all installed from the Terminal.
5. Optional installs I recommend
6. Bind the mysql5 server to 127.0.0.1 if this is your laptop/development machine. Create a /etc/my.cnf file containing the following:
7. Configure mysql5 to start automatically at boot by running the following two commands:
Posted on Jun 28, 2008 by Robert Bousquet
Post Your Thoughts

Subscribe to RSS Feed