File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
examples/microservices/scripts Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22cd ../books
33dir=$( pwd)
44com=" cd $dir && npm install && npm run start"
5- echo $dir
5+ echo Starting ' books ' microservice. A Mac Terminal App should be open and contains more information.
66osascript -e " tell app \" Terminal\" to do script \" $com \" "
77
88cd ../customers
99dir=` pwd`
1010com=" cd $dir && npm install && npm run start"
11- echo $dir
11+ echo Starting ' customers ' microservice. A Mac Terminal App should be open and contains more information.
1212osascript -e " tell app \" Terminal\" to do script \" $com \" "
1313
1414cd ../orders
1515dir=$( pwd)
1616com=" cd $dir && npm install && npm run start"
17- echo $dir
17+ echo Starting ' orders ' microservice. A Mac Terminal App should be open and contains more information.
1818osascript -e " tell app \" Terminal\" to do script \" $com \" "
1919
2020cd ../reverse_proxy
2121dir=$( pwd)
2222com=" cd $dir && npm install && npm run start"
23- echo $dir
23+ echo Starting ' reverse_proxy ' microservice. A Mac Terminal App should be open and contains more information.
2424osascript -e " tell app \" Terminal\" to do script \" $com \" "
You can’t perform that action at this time.
0 commit comments