[GH-ISSUE #925] Question: How to start this program in development mode? #573

Closed
opened 2026-03-01 14:44:40 +03:00 by kerem · 1 comment
Owner

Originally created by @109km on GitHub (Feb 10, 2022).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/925

I want to re-develop the UI. And I don't know how to serve this program in local mode.

Originally created by @109km on GitHub (Feb 10, 2022). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/925 I want to re-develop the UI. And I don't know how to serve this program in local mode.
kerem closed this issue 2026-03-01 14:44:40 +03:00
Author
Owner

@pirate commented on GitHub (Mar 16, 2022):

archivebox server --debug
or
archivebox config --set DEBUG=True

All the instructions are here: https://github.com/ArchiveBox/ArchiveBox#archivebox-development

./manage.py runserver also works if you have the ArchiveBox codebase checked out.

<!-- gh-comment-id:1069595931 --> @pirate commented on GitHub (Mar 16, 2022): `archivebox server --debug` or `archivebox config --set DEBUG=True` All the instructions are here: https://github.com/ArchiveBox/ArchiveBox#archivebox-development `./manage.py runserver` also works if you have the ArchiveBox codebase checked out.
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#573
No description provided.