1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-27 08:14:38 +02:00

Updated Chromium Install (markdown)

Nick Sweeting
2024-03-14 00:43:34 -07:00
parent 26d0167c5b
commit 3e5bae3531

@@ -143,8 +143,8 @@ If running ArchiveBox on your local machine without Docker, this process is fair
First, tell archivebox where you want to store your Chrome profile. First, tell archivebox where you want to store your Chrome profile.
```bash ```bash
# replace /Users/alice/.archivebox_chrome with a path to store your profile in
archivebox config --set CHROME_USER_DATA_DIR=/Users/alice/.archivebox_chrome archivebox config --set CHROME_USER_DATA_DIR=/Users/alice/.archivebox_chrome
# replacing the path with the path you chose to store your profile in
``` ```
Then run Chrome (with that profile dir) to open a visible browser window where you can log into things, e.g.: Then run Chrome (with that profile dir) to open a visible browser window where you can log into things, e.g.:
@@ -157,7 +157,6 @@ archivebox version
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --user-data-dir=/Users/alice/.archivebox_chrome /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --user-data-dir=/Users/alice/.archivebox_chrome
# Linux example (using Playwright Chromium) # Linux example (using Playwright Chromium)
pip install playwright && playwright install --with-deps chromium
/root/.cache/ms-playwright/chromium-1105/chrome-linux/chrome --user-data-dir=/Users/alice/.archivebox_chrome /root/.cache/ms-playwright/chromium-1105/chrome-linux/chrome --user-data-dir=/Users/alice/.archivebox_chrome
``` ```