- Sep 20, 2014
-
-
Dmitriy Zaporozhets authored
-
- Sep 16, 2014
-
-
Job van der Voort authored
-
Jacob Vosmaer authored
Markdown code blocks apparently need 4 spaces; 3 is not enough.
-
- Sep 09, 2014
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Fixes #11.
-
- Sep 08, 2014
-
-
Jacob Vosmaer authored
We were describing post-install development setup steps in the README that were also in the post-install message. This commit removes the instructions from the README in favor of the post-install message.
-
- Aug 29, 2014
-
-
Jacob Vosmaer authored
This is now supported on master by gitlabhq
-
- Aug 27, 2014
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- Aug 22, 2014
-
-
Sytse Sijbrandij authored
-
- Aug 20, 2014
-
-
DJ Mountney authored
-
- Aug 07, 2014
-
-
Jacob Vosmaer authored
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
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Let's pretend we had design goals from the start other than "Find out if we can do this with a Makefile".
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-