-
- Downloads
Add some magic OS X homebrew steps
Adding icu4c for charlock_holmes; homebrew/dupes and libiconv for nokogiri. diff --git a/README.md b/README.md index eb47f84..d8b66e4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ the GitLab development and test environments. Install Ruby 2.1 and Bundler with your method of choice (RVM, ruby-build, rbenv, chruby, etc.). ``` -brew install redis postgresql phantomjs +brew tap homebrew/dupes +brew install redis postgresql phantomjs libiconv icu4c +bundle config build.nokogiri --with-iconv-dir=/usr/local/opt/libiconv ``` #### Debian
-
Installing postgresql the easy way: http://postgresapp.com. This works without compiling, but you need to change your PATH variables to include the postgresql bin path
Please register or sign in to comment