1
0
Fork 0
mirror of synced 2024-06-12 07:25:01 +12:00

Update README.md

This commit is contained in:
Nick Sweeting 2020-11-23 03:57:52 -05:00 committed by GitHub
parent 5af95c5aa6
commit 7c1beb70d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,11 +44,11 @@ docker run -v $PWD:/data -it archivebox/archivebox init
docker run -v $PWD:/data -t archivebox/archivebox add https://github.com/ArchiveBox/ArchiveBox
docker run -v $PWD:/data -t archivebox/archivebox add --depth=1 https://example.com
# 3. Then browse the Web UI or filesystem to see snapshots of the URLs you added
# 3. Then view the snapshots of the URLs you added via the self-hosted web UI
docker run -v $PWD:/data -it archivebox/archivebox manage createsuperuser # create an admin acct
docker run -v $PWD:/data -p 8000:8000 archivebox/archivebox # start the web server
open http://127.0.0.1:8000/ # open the interactive web UI
ls archive/*/index.html # or browse snapshots on disk
open http://127.0.0.1:8000/ # open the interactive admin panel
ls archive/*/index.html # or just browse snapshots on disk
```
<div align="center">