Skip to content

Commit

Permalink
add: update SENHAS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliagranato authored Mar 16, 2024
1 parent 6a05995 commit 0beb8e8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/day-2/SENHAS.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,19 @@ sudo apt-get install redis -y
systemctl start redis && systemctl status redis
```

8. Criando uma variável de ambiente para que a aplicação encontre o Redis:
8. Instale todas as dependências do python:

```
pip install --no-cache-dir -r requirements.txt
```

9. Criando uma variável de ambiente para que a aplicação encontre o Redis:

```
export REDIS_HOST=localhost
```

9. Iniciando a aplicação:
10. Iniciando a aplicação:

```
flask run --host=0.0.0.0
Expand Down

0 comments on commit 0beb8e8

Please sign in to comment.