Skip to content

Commit

Permalink
adiciona instruções para subir o serviço de scraping
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-herrmann committed Mar 28, 2022
1 parent cd62d66 commit dd6750c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ Requires Python 3 (tested in 3.8.2). To set up your environment:
2. Create a virtualenv (you can use
[venv](https://docs.python.org/pt-br/3/library/venv.html) for this).
3. Install the dependencies: `pip install -r requirements-development.txt`
4. Run the collect script: `./run-spiders.sh`
5. Run the consolidation script: `./run.sh`
6. Run the script that starts the scraping service: `./web.sh`
- The scrapers will be available through a web interface at the URL http://localhost:5000

### Docker setup

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,10 @@ Você pode montar seu ambiente de desenvolvimento utilizando o
2. Crie um virtualenv (você pode usar
[venv](https://docs.python.org/pt-br/3/library/venv.html) para isso).
3. Instale as dependências: `pip install -r requirements-development.txt`

4. Rode o script de coleta: `./run-spiders.sh`
5. Rode o script de consolidação: `./run.sh`
6. Rode o script que sobe o serviço de scraping: `./web.sh`
- Os scrapers estarão disponíveis por uma interface web a partir do endereço http://localhost:5000

### Setup com Docker

Expand Down

0 comments on commit dd6750c

Please sign in to comment.