Skip to content
Snippets Groups Projects
  1. Sep 20, 2014
  2. Sep 16, 2014
  3. Sep 09, 2014
  4. Sep 08, 2014
    • Jacob Vosmaer's avatar
      Favor the post-install message over the README · bc4bf954
      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.
      bc4bf954
  5. Aug 29, 2014
  6. Aug 27, 2014
  7. Aug 22, 2014
  8. Aug 20, 2014
  9. Aug 07, 2014
    • Jacob Vosmaer's avatar
      Add some magic OS X homebrew steps · 280f798c
      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
      280f798c
    • Jacob Vosmaer's avatar
      We use/want to use sockets · 619fe1a0
      Jacob Vosmaer authored
      619fe1a0
    • Jacob Vosmaer's avatar
      State design goals · 1ddb526e
      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".
      1ddb526e
    • Jacob Vosmaer's avatar
      Explain that we use dedicated processes · 2ddc7223
      Jacob Vosmaer authored
      2ddc7223
    • Jacob Vosmaer's avatar
      Add a README · 0ed54ee2
      Jacob Vosmaer authored
      0ed54ee2
Loading