Skip to content
Snippets Groups Projects
  1. Oct 17, 2014
  2. Oct 06, 2014
    • Jacob Vosmaer's avatar
      Merge branch 'add_update_commands' into 'master' · 4972c161
      Jacob Vosmaer authored
      [WIP] Update gitlab and gitlab-shell repos in Makefile
      
      AFAIK, currently there is no reference how to update the source files of `gitlab` and `gitlab-shell`. I gave this a brief test and it works. If anyone can also test this it would be cool. If we decide to merge it, a section in README will be added as well.
      
      See merge request !23
      4972c161
  3. Oct 04, 2014
  4. Oct 03, 2014
  5. Oct 02, 2014
  6. Sep 25, 2014
  7. Sep 23, 2014
  8. Sep 22, 2014
  9. Sep 20, 2014
  10. Sep 16, 2014
  11. Sep 09, 2014
  12. 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
  13. Aug 29, 2014
  14. Aug 27, 2014
  15. Aug 22, 2014
  16. 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
  17. Aug 20, 2014
  18. 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
  19. Aug 16, 2014
  20. Aug 15, 2014
Loading