ipwb
InterPlanetary Wayback: A distributed and persistent archive replay system using IPFS
파일 탐색기
최종 버전 다운로드 (.zip)- build.yml
- codeql.yml
- comment-run.yml
- dist.yml
- lint.yml
- release.yml
- test.yml
- __init__.py
- diagram.graffle
- diagram_72.png
- logo.psd
- logo_stroked_400px.png
- logo_stroked_400px.psd
- android-chrome-192x192.png
- apple-touch-icon.png
- browserconfig.xml
- favicon-16x16.png
- favicon-32x32.png
- favicon.ico
- manifest.json
- mstile-150x150.png
- safari-pinned-tab.svg
- admin.css
- daemonController.js
- logo.png
- reconstructive-banner.js
- reconstructive.js
- serviceWorker.js
- webui.css
- webui.js
- admin.html
- index.html
- __init__.py
- __main__.py
- backends.py
- error_handler.py
- exceptions.py
- indexer.py
- replay.py
- settings.py
- util.py
- 5mementos.cdxj
- 5mementos.link
- froggie_badHeaderHash.cdxj
- salam-home.cdxj
- sample-1.cdxj
- sample-2.cdxj
- sample-encrypted.cdxj
- sample-old.cdxj
- 1memento.warc
- 1memento_noContentType.warc
- 2mementos.warc
- 2mementos_htmlXhtml.warc
- 2mementos_queryString.warc
- 3mementos.warc
- 4mementos.warc
- 5mementos.warc
- 5mementosAndFroggie.warc
- baconIpsum.warc.gz
- baconIpsum_chunked.warc
- baconIpsum_chunked_httpTrailors.warc
- baconIpsum_chunkedWithMetadata.warc
- broken.warc
- froggie.warc.gz
- frogTest.warc
- HTTP204.warc
- HTTP404.warc
- IAH-20080430204825-00000-blackbook.warc.gz
- mkelly1.warc
- mkelly2.warc
- redirect.warc
- redirectRelative.warc
- salam-home.warc
- sample-1.warc.gz
- slash.warc
- variableSizedDates.warc
- __init__.py
- test_backends.py
- test_compile_target_uri.py
- test_daemon.py
- test_error_handler.py
- test_indexing.py
- test_ipfs_client.py
- test_memento.py
- test_nodeToNode.py
- test_randomized_add.py
- test_replay.py
- test_util.py
- testUtil.py
- .coveragerc
- .dockerignore
- .gitattributes
- .gitignore
- Dockerfile
- entrypoint.sh
- evaluation.sh
- LICENSE
- package.json
- README.md
- release.sh
- requirements.txt
- setup.cfg
- setup.py
- test-requirements.txt
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/oduwsdl/ipwb
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd ipwb
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
$ docker container run -it --rm -p 2016:2016 oduwsdl/ipwb
이 명령어를 터미널에 그대로 입력해 실행하세요.
$ docker container run -it --rm -v /path/to/data:/data oduwsdl/ipwb ipwb index -o /data/cdxj/custom.cdxj /data/warc/custom.warc.gz
이 명령어를 터미널에 그대로 입력해 실행하세요.
$ docker container run -it --rm -v /path/to/data:/data -p 2016:2016 oduwsdl/ipwb ipwb replay /data/cdxj/custom.cdxj
이 명령어를 터미널에 그대로 입력해 실행하세요.
$ docker image build -t oduwsdl/ipwb .
이 명령어를 터미널에 그대로 입력해 실행하세요.
$ docker image build --build-arg SKIPTEST=true -t oduwsdl/ipwb .
이 명령어를 터미널에 그대로 입력해 실행하세요.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
4. Python
쉬움사전 준비물
$ pip install ipwb
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
$ pip install ./
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
