[PR #884] Update README.md #2793

Closed
opened 2026-03-01 18:00:45 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/ArchiveBox/ArchiveBox/pull/884

State: closed
Merged: Yes


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
**Original Pull Request:** https://github.com/ArchiveBox/ArchiveBox/pull/884 **State:** closed **Merged:** Yes --- 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
kerem 2026-03-01 18:00:45 +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#2793
No description provided.