Skip to content

Commit

Permalink
atualização do documento de configurar ambiente
Browse files Browse the repository at this point in the history
  • Loading branch information
esteerlino committed Apr 23, 2024
1 parent fa07d8a commit ca14106
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions docs/ambiente/configuracao_ambiente.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ O QD usa podman para sua infra. Para criar um ambiente onde todos os containers

1. Execute

```bash
``` bash
make build
```

Expand All @@ -19,10 +19,23 @@ make build
``` bash
make setup
```
### **Observação**

Ao executar o comando "make setup" pode ser que apareça o erro a seguir:

<img src="./imagens/Erro_porta8000.jpeg"/>
<h5 style="text-align: center; margin: 0 auto">Figura 1: Erro com a porta 8000</h5>

Nesse caso, a alternativa que foi encontrada para solucionar é executar o comando a seguir, o qual irá derrubar porta 8000.

``` bash
sudo kill -9 `sudo lsof -t -i:8000`
```
**Após a execução desse comando, executar novamente o "passo 3".**

4. Para resolver o problema com o Apache Tike, execute os comandos abaixo:
4. Para resolver o problema com o Apache Tika, execute os comandos abaixo:

```bash
``` bash
podman image rm --force localhost/okfn-brasil/querido-diario-apache-tika-server
podman pull ghcr.io/okfn-brasil/querido-diario-apache-tika-server:latest
make apache-tika-server
Expand Down Expand Up @@ -140,4 +153,5 @@ Algumas maneiras úteis de usar o ambiente de desenvolvimento:
| Versão | Data | Descrição | Responsáveis | Revisor |
| :----: | :--------: | :-------------------------------: | :---------------------------------------------------------------------: | :----------------------------------------------------: |
| 1.0 | 08/04/2024 | Criação da estrutura do documento | [Ester Lino](https://github.com/esteerlino) | [Raissa Oliveira](https://github.com/raissamsoliveira) |
| 1.1 | 08/04/2024 | Revisão para release | [Arthur Ferreira Rodrigues](https://github.com/ArthurFerreiraRodrigues) | [Ester Lino](https://github.com/esteerlino) |
| 1.1 | 08/04/2024 | Revisão para release | [Arthur Ferreira Rodrigues](https://github.com/ArthurFerreiraRodrigues) | [Ester Lino](https://github.com/esteerlino) |
| 1.2 | 23/04/2024 | Atualização do documento e inclusão do erro com a porta 8000 | [Ester Lino](https://github.com/esteerlino) | [Raissa Oliveira](https://github.com/raissamsoliveira) |
Binary file added docs/imagens/Erro_porta8000.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ca14106

Please sign in to comment.