##// END OF EJS Templates
fix(getting-started): added more explicit info how to start all using single command
super-admin -
Show More
@@ -7168,6 +7168,8 b' initialize() {'
7168 echo "Check and adjust those settings if needed."
7168 echo "Check and adjust those settings if needed."
7169 echo ""
7169 echo ""
7170 echo "$(bold Run the stacks in following order):"
7170 echo "$(bold Run the stacks in following order):"
7171 echo "$(bold [NOTE]): Instead of running stacks independent, one can use shorthand to run all stacks in order (detached with -d)"
7172 echo "./$RC_SCRIPT_NAME stack all up -d"
7171 echo ""
7173 echo ""
7172 echo "$(green_bold 1\) router [Mandatory]): run the edge router to control stack traffic / domain access and optionally SSL termination"
7174 echo "$(green_bold 1\) router [Mandatory]): run the edge router to control stack traffic / domain access and optionally SSL termination"
7173 echo "IMPORTANT: router binds to some common ports 80, 443, SSH (9022), Loki (3100) if those are not available, please adjust them"
7175 echo "IMPORTANT: router binds to some common ports 80, 443, SSH (9022), Loki (3100) if those are not available, please adjust them"
@@ -7194,9 +7196,6 b' initialize() {'
7194 echo "$(bold [Status]): check services run status, ports etc.."
7196 echo "$(bold [Status]): check services run status, ports etc.."
7195 echo "./$RC_SCRIPT_NAME status -v --configs"
7197 echo "./$RC_SCRIPT_NAME status -v --configs"
7196 echo ""
7198 echo ""
7197 echo "$(bold [All]): shorthand to run all stacks (detached with -d)"
7198 echo "./$RC_SCRIPT_NAME stack all up -d"
7199 echo ""
7200 echo "$(bold [Logs]): check service logs"
7199 echo "$(bold [Logs]): check service logs"
7201 echo "./$RC_SCRIPT_NAME stack [STACK_NAME] logs"
7200 echo "./$RC_SCRIPT_NAME stack [STACK_NAME] logs"
7202 }
7201 }
General Comments 0
You need to be logged in to leave comments. Login now