[PR #884] [MERGED] Update README.md #1281

Closed
opened 2026-03-01 14:49:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/884
Author: @adamwolf
Created: 10/28/2021
Status: Merged
Merged: 10/28/2021
Merged by: @pirate

Base: devHead: dev-docs


📝 Commits (1)

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 README.md (+3 -1)

📄 Description

Thanks, folks! Feel free to accept this if you find it helpful.

Summary

This PR fixes some dev instructions when setting up the Docker-y dev environment.

Before this, I would get something like

❯ docker run -it -p 8000:8000 \
    -v $PWD/data:/data \
    -v $PWD/archivebox:/app/archivebox \
    archivebox server 0.0.0.0:8000 --debug --reload

[i] [2021-10-28 14:54:17] ArchiveBox v0.6.3: archivebox server 0.0.0.0:8000 --debug --reload
    > /data

[X] No archivebox index found in the current directory.
    /data

    Hint: Are you running archivebox in the right folder?
        cd path/to/your/archive/folder
        archivebox [command]

    Hint: To create a new archive collection or import existing data in this folder, run:
        archivebox init

Related issues

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Snapshot data layout on disk

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArchiveBox/ArchiveBox/pull/884 **Author:** [@adamwolf](https://github.com/adamwolf) **Created:** 10/28/2021 **Status:** ✅ Merged **Merged:** 10/28/2021 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `dev` ← **Head:** `dev-docs` --- ### 📝 Commits (1) - [`3b6ef76`](https://github.com/ArchiveBox/ArchiveBox/commit/3b6ef764c5562f46ab2ddb3662a37bac3de2174a) Update README.md ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -1) </details> ### 📄 Description Thanks, folks! Feel free to accept this if you find it helpful. # Summary This PR fixes some dev instructions when setting up the Docker-y dev environment. Before this, I would get something like ``` ❯ docker run -it -p 8000:8000 \ -v $PWD/data:/data \ -v $PWD/archivebox:/app/archivebox \ archivebox server 0.0.0.0:8000 --debug --reload [i] [2021-10-28 14:54:17] ArchiveBox v0.6.3: archivebox server 0.0.0.0:8000 --debug --reload > /data [X] No archivebox index found in the current directory. /data Hint: Are you running archivebox in the right folder? cd path/to/your/archive/folder archivebox [command] Hint: To create a new archive collection or import existing data in this folder, run: archivebox init ``` # Related issues <!-- e.g. #123 or Roadmap goal # https://github.com/pirate/ArchiveBox/wiki/Roadmap --> # Changes these areas - [ ] Bugfixes - [ ] Feature behavior - [ ] Command line interface - [ ] Configuration options - [ ] Internal architecture - [ ] Snapshot data layout on disk --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:49:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#1281
No description provided.