Skip to content

Web app assignment of the Software Engineering course at UFRGS.

Notifications You must be signed in to change notification settings

gscariott/milhas321

Repository files navigation

README

Pré-requisitos

https://docs.docker.com/engine/install/#server

Instalação

Rodar no terminal:

$ docker-compose build
$ docker-compose run web rake db:create

Rodar a aplicação

Para rodar a aplicação no endereço localhost:3000:

$ docker-compose up

Depois que não estiver mais usando o app, rodar:

$ docker-compose down

Comandos úteis

$ sudo chown -R $USER:$USER .
$ sudo service docker restart

About

Web app assignment of the Software Engineering course at UFRGS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published