instructions
parent
c2b1f28aa3
commit
3b9d7ad347
|
|
@ -3,6 +3,14 @@
|
||||||
# Used for easily testing stacks-in-development on cloud platforms
|
# Used for easily testing stacks-in-development on cloud platforms
|
||||||
# Assumes Ubuntu, edit the last line if targeting a different OS
|
# 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_update: true
|
||||||
package_upgrade: true
|
package_upgrade: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue