mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-21 05:41:54 +02:00
make setup instructions shorter
This commit is contained in:
31
README.md
31
README.md
@@ -116,14 +116,11 @@ archivebox manage createsuperuser
|
|||||||
archivebox server 0.0.0.0:8000
|
archivebox server 0.0.0.0:8000
|
||||||
open http://127.0.0.1:8000
|
open http://127.0.0.1:8000
|
||||||
|
|
||||||
# to export a static HTML/json version of the index:
|
# you can also add URLs and manage the archive via the CLI and filesystem:
|
||||||
archivebox list --html --with-headers > index.html
|
|
||||||
archivebox list --json --with-headers > index.json
|
|
||||||
open ./index.html
|
|
||||||
|
|
||||||
# you can also add links and manage your archive via the CLI:
|
|
||||||
archivebox add 'https://example.com'
|
archivebox add 'https://example.com'
|
||||||
archivebox status
|
archivebox status
|
||||||
|
archivebox list --html --with-headers > index.html
|
||||||
|
archivebox list --json --with-headers > index.json
|
||||||
archivebox help # to see more options
|
archivebox help # to see more options
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -141,19 +138,16 @@ npm install --prefix . 'git+https://github.com/ArchiveBox/ArchiveBox.git'
|
|||||||
archivebox init
|
archivebox init
|
||||||
archivebox --version
|
archivebox --version
|
||||||
|
|
||||||
# start the webserver and open the UI (optional)
|
# start the webserver and open the web UI (optional)
|
||||||
archivebox manage createsuperuser
|
archivebox manage createsuperuser
|
||||||
archivebox server 0.0.0.0:8000
|
archivebox server 0.0.0.0:8000
|
||||||
open http://127.0.0.1:8000
|
open http://127.0.0.1:8000
|
||||||
|
|
||||||
# to export a static HTML/json version of the index:
|
# you can also add URLs and manage the archive via the CLI and filesystem:
|
||||||
archivebox list --html --with-headers > index.html
|
|
||||||
archivebox list --json --with-headers > index.json
|
|
||||||
open ./index.html
|
|
||||||
|
|
||||||
# you can also add links and manage your archive via the CLI:
|
|
||||||
archivebox add 'https://example.com'
|
archivebox add 'https://example.com'
|
||||||
archivebox status
|
archivebox status
|
||||||
|
archivebox list --html --with-headers > index.html
|
||||||
|
archivebox list --json --with-headers > index.json
|
||||||
archivebox help # to see more options
|
archivebox help # to see more options
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -172,19 +166,16 @@ archivebox init
|
|||||||
archivebox --version
|
archivebox --version
|
||||||
# Install any missing extras like wget/git/chrome/etc. manually as needed
|
# Install any missing extras like wget/git/chrome/etc. manually as needed
|
||||||
|
|
||||||
# start the webserver and open the UI (optional)
|
# start the webserver and open the web UI (optional)
|
||||||
archivebox manage createsuperuser
|
archivebox manage createsuperuser
|
||||||
archivebox server 0.0.0.0:8000
|
archivebox server 0.0.0.0:8000
|
||||||
open http://127.0.0.1:8000
|
open http://127.0.0.1:8000
|
||||||
|
|
||||||
# to export a static HTML/json version of the index:
|
# you can also add URLs and manage the archive via the CLI and filesystem:
|
||||||
archivebox list --html --with-headers > index.html
|
|
||||||
archivebox list --json --with-headers > index.json
|
|
||||||
open ./index.html
|
|
||||||
|
|
||||||
# you can also add links and manage your archive via the CLI:
|
|
||||||
archivebox add 'https://example.com'
|
archivebox add 'https://example.com'
|
||||||
archivebox status
|
archivebox status
|
||||||
|
archivebox list --html --with-headers > index.html
|
||||||
|
archivebox list --json --with-headers > index.json
|
||||||
archivebox help # to see more options
|
archivebox help # to see more options
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user