diff --git a/.gitignore b/.gitignore index 600d2d3..11b9cbb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -.vscode \ No newline at end of file +.vscode +data +logs \ No newline at end of file diff --git a/server/start.sh b/server/start.sh index 021a0ae..67b4167 100755 --- a/server/start.sh +++ b/server/start.sh @@ -11,6 +11,8 @@ NODEJS="/usr/bin/nodejs" if [ ! -f "$NODEJS" ];then NODEJS="/usr/bin/node" fi + +npm install ## Start application # Parameters # listening ip address