Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 427 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 427 Bytes

README

This is the skeleton to create a rails app with a postgresql server for CIS4339

  • Ruby version: 2.6.5

  • Rails version: 6.0.0

  • System dependencies: docker

Initial setup: docker-compose build

To run the dev server: docker-compose up

Create the database: docker-compose exec web bundle exec rails db:create db:migrate

To run any arbitrary command on the container

docker-compose exec web [command]