1
0
Fork 0
mirror of synced 2024-06-23 08:30:29 +12:00

Update README.md

This commit is contained in:
Nick Sweeting 2021-01-20 21:04:56 -05:00 committed by GitHub
parent 142e300a32
commit f796ec22e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,13 +34,16 @@ ArchiveBox is a powerful self-hosted internet archiving solution written in Pyth
**🔢  How it works:**
1. Get ArchiveBox: Docker, Apt, Brew, Pip
([see below](#Quickstart))
2. `archivebox init`: Run this in an empty folder
First Get ArchiveBox via Docker, Apt, Brew, Pip, etc. ([see below](#Quickstart)).
```bash
apt/brew/pip3 install archivebox
```
1. `archivebox init`: Run this in an empty folder
3. `archivebox add 'https://example.com'`: Start adding URLs to archive.
<small>For each URL added, ArchiveBox saves several types of HTML snapshot (wget, Chrome headless, singlefile), a PDF, a screenshot, a WARC archive, any git repositories, images, audio, video, subtitles, article text, [and more...](#output-formats)</small>
4. `archivebox server`: Run the webserver and open the admin UI
<small>Or browse `./archive/<timestamp>/` and view archived content directly from the filesystem.</small>
For each URL added, ArchiveBox saves several types of HTML snapshot (wget, Chrome headless, singlefile), a PDF, a screenshot, a WARC archive, any git repositories, images, audio, video, subtitles, article text, [and more...](#output-formats). Open the web UI at http://127.0.0.1:8000 to manage your collection, or browse `./archive/<timestamp>/` and view archived content directly from the filesystem.
<div align="center">
<br/><br/>