Skip to content

bar-tek24/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

Web (panel) localhost:3002

MailCatcher (mail debugging tool) localhost:1080

Sidekiq (queue) localhost:3002/sidekiq

Code Climate Security Staging

About

App for Krakow alpine club

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 56.4%
  • Slim 35.8%
  • JavaScript 3.7%
  • HTML 1.8%
  • SCSS 1.5%
  • CoffeeScript 0.4%
  • Other 0.4%