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 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
  9. Aug 20, 2014
  10. 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
  11. Aug 16, 2014
  12. Aug 15, 2014
  13. 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
  14. Aug 11, 2014
  15. Aug 08, 2014
  16. Aug 07, 2014
Loading