Mudanças entre as edições de "Webarchive"
Ir para navegação
Ir para pesquisar
| (2 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
| 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 | ||
| + | |||
| + | Start | ||
| + | /usr/bin/python3 /usr/local/bin/wayback -p 7000 | ||
| + | |||
| + | Acesso | ||
| + | http://143.54.113.96:7000/ufrgs/ | ||
| + | |||
| + | |||
| + | = Software de Captura da Web = | ||
| + | [[https://conifer.rhizome.org/ CONIFER]] | ||
Edição atual tal como às 15h11min de 7 de setembro 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
Start /usr/bin/python3 /usr/local/bin/wayback -p 7000
Acesso http://143.54.113.96:7000/ufrgs/
Software de Captura da Web
[CONIFER]