From 62c1bbf5e6bc859aae879fb9e9be89ce2762e5eb Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Mon, 27 Jan 2014 12:05:25 -0500 Subject: [PATCH] Added comment indicating that running directly on OSX is unsupported --- Brewfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Brewfile b/Brewfile index 141608327f..9c389bc321 100644 --- a/Brewfile +++ b/Brewfile @@ -1,5 +1,10 @@ # Run `brew bundle` to automatically install these packages # http://robots.thoughtbot.com/brewfile-a-gemfile-but-for-homebrew +# +# Note that running edx-platform on OSX directly is unsupported: this file +# exists for development purposes only. The recommended way to run edx-platform +# on OSX is to use devstack, which installs edx-platform on an Ubuntu VM. +# See: https://github.com/edx/configuration/wiki/edX-Developer-Stack install readline install sqlite