Skip to content

joaopaulopbjp/ifpb_monteiro_dac_2020_2_grupo_5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

Projeto da disciplina de DAC - 2020.2 - grupo 5

Sistema Corporativo de uma Loja de Livros on line

Prerequisites

  • Web Version Browser Internet Connection

  • Local Version Operating System: Linux

    Resources: Docker Docker Compose

If you already have this stuff jump to Usage, otherwise follow the steps bellow

  • Docker
    • Installation guide

        $ sudo apt-get update
        $ sudo apt-get install docker-ce docker-ce-cli containerd.io
      
    • Check installation

        $ docker --version
      

in case of any problems find help on this link

  • Docker-Compose
    • Installation guide

        $ sudo curl -L "https://github.com/docker/compose/releases/download/1.28.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
      
        $ sudo chmod +x /usr/local/bin/docker-compose containerd.io
      
    • Check installation

        $ docker-compose --version
      

in case of any problems find help on this link

Usage

this two commands starts both the MySQL database and Spring Application (the application starts on port 80)

About

ifpb_monteiro_dac_2020_2_grupo_5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published