From 6be48e1015bc20005ed31f8b857842a59e1c9dfa Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Mon, 19 Sep 2016 15:57:16 +0800 Subject: Add scripts for external API gateway Change-Id: Ice85f6277d0a0d54e00c60a08c687b4ba6b22183 Signed-off-by: HuabingZhao --- msb-core/distributions/standalone/src/assembly/resource/startup.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'msb-core/distributions/standalone/src/assembly/resource/startup.sh') diff --git a/msb-core/distributions/standalone/src/assembly/resource/startup.sh b/msb-core/distributions/standalone/src/assembly/resource/startup.sh index bcc0865..e0fee7d 100644 --- a/msb-core/distributions/standalone/src/assembly/resource/startup.sh +++ b/msb-core/distributions/standalone/src/assembly/resource/startup.sh @@ -41,6 +41,11 @@ cd ./openresty ./run.sh & cd $RUNHOME +echo "### Starting external API gateway..."; +# nohup ./startup.sh >>./nohup.log 2>&1 & +cd ./eag +./run.sh & +cd $RUNHOME echo "Startup will be finished in background..."; echo " + Run 'tail ./apiroute-works/logs/application.log -f' to see what's happening"; -- cgit 1.2.3-korg