edman193 / magma-beers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • How to run sidekiq on development

in a terminal tab, run

bundle exec sidekiq

in another terminal tab, tun

rails server

after that, http://localhost:3000/sidekiq will be available also you can use http://localhost:3000/emails to see the emails and http://localhost:3000/rails/mailers to see mailer previews

add to Travis all required vars for test environment add to Heroku all vars for production environment

and also add the corresponding code for each new var to app.json

About


Languages

Language:Ruby 45.5%Language:JavaScript 37.1%Language:HTML 12.6%Language:CSS 4.8%