Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 355 Bytes

File metadata and controls

23 lines (16 loc) · 355 Bytes

#Ruby on Rails simple stack

Database: postgres

Application server: Puma

##Usage

  • Install docker
  • Install docker-compose
  • Clone this template
  • Check Gemfile
  • Check Dockerfile
  • Check dockerp-compose.yml
  • Inside project dir run:
      docker-compose run web
      docker-compose up
      docker-compose run web rake db:create