Skip to content
Snippets Groups Projects
Commit 280f798c authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

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
parent c403a5f5
No related branches found
No related tags found
1 merge request!5Brew fixes
Loading
Loading
@@ -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
Loading
Loading
  • Developer

    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

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment