-
-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Description
Hi all, hope you're well.
Surprisingly there didn't seem to be any existing search results for this one, in several different search engines, nor a mention of it in the issue tracker. Fixing that!
Excerpt of error log running moin create-instance --full
⋮
Item loaded: video.mp4
Success: help namespace help-common loaded successfully with 7 items
2025-04-10 03:13:55,330 INFO moin.cli.maint.modify_item:338 Load welcome page started
2025-04-10 03:13:55,545 INFO moin.cli.maint.modify_item:347 Load welcome finished
2025-04-10 03:13:55,545 ERROR moin.cli.maint.index:122 Error: Wiki index does not exist.
# echo $?
1
Log after running moin run
# moin run
2025-04-10 03:14:13,406 ERROR moin.app:179 Error: Wiki index not found. Try 'moin help' or 'moin --help' to get further information.
Workaround
moin index-create
moin index-build
moin run
If you're trying to do this inside a Docker container, the following RUN
statement
RUN . <path-to-venv>/bin/activate && moin create-instance --full || true
…will prevent the build from stopping on error at that statement.
Environment details
- fresh
debian:stable-slim
Docker container (Debian 12 Bookworm) - …having followed the other instructions at https://moinmo.in/MoinMoin2/InstallDebian § Moin installation using pip for users
Metadata
Metadata
Assignees
Labels
No labels