Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Joinfut Wiki Joinfut Wiki
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Joinfut
  • Joinfut WikiJoinfut Wiki
  • Wiki
  • Instalação

Instalação · Changes

Page history
#7 como instalar o postman authored Aug 25, 2022 by Gabriel Fanto Stundner's avatar Gabriel Fanto Stundner
Show whitespace changes
Inline Side-by-side
Instalação.md
View page @ 44aa1747
...@@ -5,6 +5,12 @@ ...@@ -5,6 +5,12 @@
--- ---
* [**PostgreSQL**](#postgresql)
* [**Postman**](#postman)
### POSTGRESQL ### POSTGRESQL
* [**Linux**](#linux) * [**Linux**](#linux)
...@@ -86,3 +92,31 @@ createdb -h localhost -p 5432 -U postgres joinfut ...@@ -86,3 +92,31 @@ createdb -h localhost -p 5432 -U postgres joinfut
* Com isso, estamos conectados no banco de dados e na base de dados que iremos utilizar * Com isso, estamos conectados no banco de dados e na base de dados que iremos utilizar
---
### Postman
* [**Linux**](#postmanlinux)
* [**Windows**](#postmanwindows)
#### Postman Linux
* Acesse [Site oficial](https://www.postman.com/downloads/)
* Abra um console no diretório onde foi baixado o postman:
```shell
$ tar -xzvf tar -xzvf postman-linux-x64.tar.gz
```
* Acesse o Diretório criado e rode o executável **Postman**
```shell
$ cd Postman
$ ./Postman
```
* Faça login no seu email Google
* Pode trocar o tema para escuro caso seja muito claro
Clone repository
  • Instalação
  • README
  • Retro
  • Utilizando a wiki
    • adicionando imagens
    • escrevendo em markdown
    • git
    • wiki no editor de texto
  • arquitetura
  • backend
    • backend_home
    • datagrip_instalacao
    • intellij_instalacao
    • java_instalacao
    • maven_instalacao
    • postman_instalacao
    • postman_utilizacao
View All Pages