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 2
2
cd ../books
3
3
dir=$( pwd)
4
4
com=" 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.
6
6
osascript -e " tell app \" Terminal\" to do script \" $com \" "
7
7
8
8
cd ../customers
9
9
dir=` pwd`
10
10
com=" 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.
12
12
osascript -e " tell app \" Terminal\" to do script \" $com \" "
13
13
14
14
cd ../orders
15
15
dir=$( pwd)
16
16
com=" 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.
18
18
osascript -e " tell app \" Terminal\" to do script \" $com \" "
19
19
20
20
cd ../reverse_proxy
21
21
dir=$( pwd)
22
22
com=" 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.
24
24
osascript -e " tell app \" Terminal\" to do script \" $com \" "
You can’t perform that action at this time.
0 commit comments