https://github.com/francisco1code/desafio-tech-devops
https://github.com/francisco1code/desafio-tech-devops
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/francisco1code/desafio-tech-devops
- Owner: francisco1code
- Created: 2021-11-12T19:19:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-10T04:06:45.000Z (over 4 years ago)
- Last Synced: 2024-04-23T20:23:29.301Z (about 2 years ago)
- Language: JavaScript
- Size: 418 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Desafio Thech Devops
## Pré-requisitos
Para que o projeto rode perfeitamente na sua maquina vamos precisar dos seguintes requisitos.
- SO: Linux (Ubuntu, Debian,...)
- [React](https://tecadmin.net/how-to-install-reactjs-on-ubuntu-20-04/)
- [Makefile](https://zoomadmin.com/HowToInstall/UbuntuPackage/make)
- [Docker](https://docs.docker.com/engine/install/ubuntu/)
- [Docker Compose](https://docs.docker.com/compose/install/)
## Como rodar o projeto
### `Make build`:
Constroi novas imagens do projeto e do Nginx.
### `Make up`:
Sobe os containeres com a imagens construitas.
### `Make start`:
Cria as imagens e sobem todos os conatineres
### `Make clean`:
Apaga todos os containeres, imagens e volumes.