Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.06 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.06 KB

Getting started

Prerequisites

Docker-compose

First build

Within terminal:

docker-compose run web bundle exec rake db:create
docker-compose run web bundle exec rake db:migrate
docker-compose run web bundle exec rake db:seed
docker-compose run web yarn install
docker-compose up

Go to localhost:3002. Enjoy!

Deployment & Server

ssh [email protected]
bundle exec cap production deploy

Development

Debugging

docker attach $(docker-compose ps -q web)

Web (panel) localhost:3002

MailCatcher (mail debugging tool) localhost:1080

Sidekiq (queue) localhost:3002/sidekiq

Code Climate Security Staging