feat(creator): overhaul Creator flow, editor duplication, and staging setup #83

Merged
mjasin merged 15 commits from feature/stage3-book-versioning into develop 2026-06-15 17:15:43 +00:00
Showing only changes of commit 431d815f55 - Show all commits
+1 -1
View File
@@ -50,5 +50,5 @@ version: 1.0
> [!IMPORTANT] > [!IMPORTANT]
> **Docker Lifecycle Management** > **Docker Lifecycle Management**
> Before starting work, the Docker instance of the application must be stopped. After finishing work, a new version from the current branch should be pushed to Docker and the instance restarted. > Before starting work, the Docker instance of the application must be stopped. After finishing work, a new version from the current branch should be pushed to Docker and the instance restarted. For rapid iterative testing of the web application, you can use `./run-stage.sh --nexus-only` (or `-n`) to rebuild and restart only the web container without resetting database states.