Skip to content

00dav00/league30

Repository files navigation

README

Build Status

Setup local environment

  • Install docker version 17.12 and Docker Compose 1.16. To build and start the containers to develop locally.

    docker-compose up -d --build

    Docker compose will build 2 containers:

    • app - Puma server running on the local port 3000
    • db - Database with PostgresSQL 10
  • Create the database and run migrations

    docker-compose run app ./bin/setup
  • To execute comands inside of the docker follow this sintaxis.

    docker-compose run <conatiner name> <command>
    docker-compose run app ./bin/rails c

About

Soccer league info management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published