kilimchoi / coingenius

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coingenius

Setup

bin/setup

Usage

  • Install foreman
gem install foreman
  • Run it with Procfile.dev-server. It will start rails server, complile assets through webpack and start sidekiq worker as well.
foreman start -f Procfile.dev-server

Deploy

  • Setup branches for each heroku application:
heroku git:remote --remote heroku-staging -a coingenius-staging-app // staging
heroku git:remote --remote heroku -a coingenius // production
  • Run script:
bin/heroku_deploy staging

or

bin/heroku_deploy production

About


Languages

Language:CSS 35.1%Language:Ruby 30.8%Language:JavaScript 27.9%Language:HTML 6.1%