Skip to content

Commit

Permalink
Clarify first-run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-uva committed Feb 6, 2024
1 parent ce2b2d5 commit 573f448
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion helper-scripts/first-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
the set-up actions in this file are only ever run once.
It should not be necessary to run this file directly; it is run automatically
by 4CAT while starting up.
by 4CAT while starting up. Note that it never runs in a Docker context, since
Docker runs migrate.py whenever a container starts, and that essentially does
the same job as this script (and a lot more, which is why this lightweight
version also exists, since we don't need that extra code to also run when
running 4CAT from the command line manually).
"""
import shutil
import sys
Expand Down

0 comments on commit 573f448

Please sign in to comment.