From 7675dc215004ff53c431b8929885eea29ec0feda Mon Sep 17 00:00:00 2001 From: Timur Gordon <31495328+timurgordon@users.noreply.github.com> Date: Wed, 19 Nov 2025 10:33:54 +0100 Subject: [PATCH] update horus heroscripts --- scripts/install.md | 3 +-- scripts/start.md | 12 +++++------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/scripts/install.md b/scripts/install.md index d33541c..fe90d09 100644 --- a/scripts/install.md +++ b/scripts/install.md @@ -1,6 +1,5 @@ -!!include configure.md +# Horus Installation -// Install all components !!coordinator.install name:'development' !!supervisor.install name:'development' !!herorunner.install name:'development' diff --git a/scripts/start.md b/scripts/start.md index 26f376a..91019ce 100644 --- a/scripts/start.md +++ b/scripts/start.md @@ -2,11 +2,9 @@ Starts all horus binaries -!!include install.md - // Start all services -!!herocoordinator.start name:'default' -!!supervisor.start name:'default' -!!herorunner.start name:'default' -!!osirisrunner.start name:'default' -!!salrunner.start name:'default' +!!herocoordinator.start name:'development' +!!supervisor.start name:'development' +!!herorunner.start name:'development' +!!osirisrunner.start name:'development' +!!salrunner.start name:'development'