Skip to content

regedarek/kw-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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