mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-16 11:35:59 +02:00
Updated Install (markdown)
13
Install.md
13
Install.md
@@ -211,6 +211,7 @@ mkdir -p ~/archivebox/data && cd ~/archivebox/data
|
|||||||
|
|
||||||
# instantiate it as a collection dir and auto-setup all the JS dependencies inside it
|
# instantiate it as a collection dir and auto-setup all the JS dependencies inside it
|
||||||
archivebox init --setup
|
archivebox init --setup
|
||||||
|
archivebox version
|
||||||
```
|
```
|
||||||
|
|
||||||
### Troubleshooting
|
### Troubleshooting
|
||||||
@@ -224,19 +225,15 @@ pip show archivebox # show info about the pip-installed version of archiveb
|
|||||||
echo $PATH # show the directories your system is searching for binaries
|
echo $PATH # show the directories your system is searching for binaries
|
||||||
which -a archivebox # show all installed archivebox binaries available
|
which -a archivebox # show all installed archivebox binaries available
|
||||||
which archivebox # show which archivebox binary is being called
|
which archivebox # show which archivebox binary is being called
|
||||||
```
|
|
||||||
|
|
||||||
Make sure to run `archivebox` as an unprivileged user (i.e. without `sudo` / not logged in as `root`).
|
|
||||||
|
|
||||||
**⭐️ Show the full archivebox version info + info about all its dependencies:**
|
|
||||||
```bash
|
|
||||||
cd ~/archivebox/data
|
cd ~/archivebox/data
|
||||||
|
archivebox version # ⭐️ show lots of useful info about installed dependencies and more
|
||||||
# show lots of useful info about installed dependencies and more
|
|
||||||
archivebox version
|
|
||||||
```
|
```
|
||||||
(ensure the version shown is the most recent available from [Releases](https://github.com/ArchiveBox/ArchiveBox/releases))
|
(ensure the version shown is the most recent available from [Releases](https://github.com/ArchiveBox/ArchiveBox/releases))
|
||||||
|
|
||||||
|
Make sure to run `archivebox` as an unprivileged user (i.e. without `sudo` / not logged in as `root`).
|
||||||
|
Make sure to run all commands, including `archivebox version`, `archivebox help`, etc. inside a data directory (or a new empty dir that will become a data dir).
|
||||||
|
|
||||||
If you have issues getting Chromium / Google Chrome working with ArchiveBox, see the [[Chromium Install]] and [[Troubleshooting]] pages for more detailed instructions.
|
If you have issues getting Chromium / Google Chrome working with ArchiveBox, see the [[Chromium Install]] and [[Troubleshooting]] pages for more detailed instructions.
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
Reference in New Issue
Block a user