Cloud init scripts for user/dev mode #430

Merged
telackey merged 3 commits from cloud-init into main 2023-06-20 14:09:31 +00:00
Showing only changes of commit 3b9d7ad347 - Show all commits

View File

@ -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 <branch>
# `$ ./scripts/developer-mode-setup.sh`
# `$ source ./venv/bin/activate`
# Followed by the stack instructions.
package_update: true
package_upgrade: true