Skip to content
Snippets Groups Projects
  1. Sep 23, 2014
  2. Sep 22, 2014
  3. Sep 20, 2014
  4. Sep 16, 2014
  5. Sep 09, 2014
  6. 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
  7. Aug 29, 2014
  8. Aug 27, 2014
  9. Aug 22, 2014
  10. Aug 21, 2014
    • Jacob Vosmaer's avatar
      Merge branch 'ubuntu-steps' into 'master' · d7a4a41f
      Jacob Vosmaer authored
      Add Ubuntu Requirements to README
      
      Added the apt-get install step for Ubuntu to the Requirements section of the README
      
      Also moved the ruby and bundler hints up in order to apply to all install types.
      
      Issue #7
      
      See merge request !12
      d7a4a41f
  11. Aug 20, 2014
  12. Aug 18, 2014
    • Jacob Vosmaer's avatar
      Merge branch 'postgres_fullpath' into 'master' · 315baa75
      Jacob Vosmaer authored
      Use Postgres bin path
      
      Postgres on Ubuntu doesn't include the initdb and postgres commands on the PATH, but are still available from the postgres bin directory.
      
      Updated the Makefile to use pg_config to find the postgres bin directory, and use it for the initdb command, and for the postgres command in the procfile
      
      Works towards completing issue #7
      
      See merge request !9
      315baa75
    • Jacob Vosmaer's avatar
      Merge branch 'add-to-git-ignore' into 'master' · ad98bee9
      Jacob Vosmaer authored
      Add to git ignore
      
      **What does this MR do?**
      
      It adds the `.bundle` directory to the gitignore
      
      **Why is this MR needed?**
      
      Otherwise after you run `make` it will say that your git repo has changes. But it does not really, since that directory should not be commited.
      
      See merge request !10
      ad98bee9
  13. Aug 16, 2014
  14. Aug 15, 2014
  15. Aug 12, 2014
    • Jacob Vosmaer's avatar
      Merge branch 'issue-db-create-instructions' into 'master' · 21b8466a
      Jacob Vosmaer authored
      Issue db create instructions
      
      Use the dev:setup task does not create a database properly. Instructions now include the create:db task
      
      See merge request !8
      21b8466a
    • Jacob Vosmaer's avatar
      Merge branch 'expand-copy-command' into 'master' · 92c98343
      Jacob Vosmaer authored
      Expand copy command
      
      Switched Makefile to use full cp command, as the shortcut being used before not always being expanded, depending on the shell being used.
      
      On Ubuntu the default shell for make is /bin/sh instead of /bin/bash, sh doesn't support expanding the curly braces on commands.
      
      Fixes #6
      
      Tested on Ubuntu 14.04
      
      See merge request !7
      92c98343
  16. Aug 11, 2014
  17. Aug 08, 2014
  18. 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
    • Jan-Willem van der Meer's avatar
      0e267db6
Loading