blob: 2868362cb6fc3fbb0cc86d52adf0fb62085aa173 [file] [log] [blame]
#!/bin/bash
basedir=`dirname $0`/../
cd ${basedir}
if [ ! -d node_modules ]; then
node/node node/npm/bin/npm-cli.js install
fi
node/node dist/server/app.js