Add manage.sh: start|stop|restart|status|logs #1
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/minerva#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Every CF product has a
manage.shas the single operational entrypoint. Minerva currently starts with a rawpythoninvocation.manage.shbecomes the canonical source of truth for port, conda env, and model paths.Minimum interface
Key decisions to encode
PORT=5000(or standardize to 85xx range — see port issue)CONDA_ENV=cf(CF standard)MODEL_PATHfrom config/.envReferences