Skip to content

tomsabin/whatweate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fe2e567 · Sep 4, 2015
Sep 4, 2015
Jun 16, 2015
Sep 4, 2015
Jun 28, 2015
Jun 12, 2015
Nov 22, 2014
Nov 22, 2014
Jun 19, 2015
Sep 4, 2015
Sep 4, 2015
Sep 4, 2015
Jun 12, 2015
Jul 5, 2015
Nov 22, 2014
Apr 4, 2015
Jul 8, 2015
Sep 4, 2015
Sep 4, 2015
May 30, 2015
Jun 16, 2015
Jun 16, 2015
Apr 4, 2015
Jun 3, 2015
Apr 4, 2015

Repository files navigation

Build status Test Coverage Code Climate

WhatWeAte

WhatWeAte at 31 May 2015

Getting started

  • Ruby 2.2.2
  • Rails 4.2.1
  • PostgreSQL
  • Start server with foreman start --port 3000

Dependencies

  • Redis for Sidekiq
  • Photo uploading and processing is handled by CarrierWave, you'll need to install imagemagick for versions (e.g. thumbnail). This should be as easy as brew install imagemagick.

Staging and Production environments

Hosted on Heroku, install the CLI. CircleCI automatically deploys develop to QA, master to Staging on green builds.

Deployment

heroku git:remote -a whatweate-qa -r qa
heroku git:remote -a whatweate-staging -r staging
heroku git:remote -a whatweate-production -r production

QA and Staging are configured to be continuously deployed from develop and master respectively. Production deploys are manual using the following.

git push production <branch>:master && heroku run rake db:migrate -r production

About

Rails app: bringing people together over food

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published