From 3b9d7ad34793eb9430c7d8b05d16fb5e8137ecdc Mon Sep 17 00:00:00 2001 From: zramsay Date: Wed, 14 Jun 2023 14:24:28 -0400 Subject: [PATCH] instructions --- scripts/cloud-init-dev-mode-install.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/cloud-init-dev-mode-install.yaml b/scripts/cloud-init-dev-mode-install.yaml index a0f0f20b..965afe3a 100644 --- a/scripts/cloud-init-dev-mode-install.yaml +++ b/scripts/cloud-init-dev-mode-install.yaml @@ -3,6 +3,14 @@ # Used for easily testing stacks-in-development on cloud platforms # Assumes Ubuntu, edit the last line if targeting a different OS +# Once SSH'd into the server, run: +# `$ cd stack-orchestrator` +# `$ git checkout +# `$ ./scripts/developer-mode-setup.sh` +# `$ source ./venv/bin/activate` + +# Followed by the stack instructions. + package_update: true package_upgrade: true