Skip to content

Instantly share code, notes, and snippets.

View jhirbour's full-sized avatar

John Hirbour jhirbour

View GitHub Profile
@jhirbour
jhirbour / ror_os_x
Last active December 22, 2015 11:08
Getting RoR up and running on OS X
How to get RoR running on OS X.
# Supported OS
OS X: 10.8.4
# PREFACE:
* None of these commands should be run as root. Run them as the user you want to do devlopment as. There ARE steps where you'll be prompted for your password.
* you SHOULD NOT have mysql installed locally if you intend to use this guide... if you do the "brew install mysql" commands may break it...