Update README.md
This commit is contained in:
parent
5af95c5aa6
commit
7c1beb70d7
1 changed files with 3 additions and 3 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue