Mudanças entre as edições de "Webarchive"
Ir para navegação
Ir para pesquisar
| Linha 1: | Linha 1: | ||
=Projeto= | =Projeto= | ||
pip install pywb | pip install pywb | ||
| + | pip install werkzeug==2.0.3 | ||
| + | |||
[[https://github.com/webrecorder/pywb https://github.com/webrecorder/pywb]] | [[https://github.com/webrecorder/pywb https://github.com/webrecorder/pywb]] | ||
git clone https://github.com/webrecorder/pywb | git clone https://github.com/webrecorder/pywb | ||
| − | Para criar um coleção: | + | Criar a partas warc dentro pywb |
| + | mkdir warc | ||
| + | |||
| + | Para criar um coleção dentro da parta warc: | ||
wb-manager init ufrgs | wb-manager init ufrgs | ||
| + | |||
| + | Transferir o arquivo para warc | ||
| + | mv .. .. | ||
| + | |||
| + | Adicionar a coleção | ||
| + | wb-manager add ufrgs /data/pywb/warc/ut9.warc | ||
Edição das 22h01min de 28 de agosto de 2023
Projeto
pip install pywb pip install werkzeug==2.0.3
[https://github.com/webrecorder/pywb]
git clone https://github.com/webrecorder/pywb
Criar a partas warc dentro pywb
mkdir warc
Para criar um coleção dentro da parta warc:
wb-manager init ufrgs
Transferir o arquivo para warc
mv .. ..
Adicionar a coleção
wb-manager add ufrgs /data/pywb/warc/ut9.warc