Add build scripts.

This commit is contained in:
Lauri Ojansivu 2018-11-04 18:32:08 +02:00
parent 6f2275e8cb
commit 4c2857b6e8
34 changed files with 1013 additions and 0 deletions

5
status-wekan.sh Executable file
View file

@ -0,0 +1,5 @@
echo -e "\nWekan node.js:"
ps aux | grep "node main.js" | grep -v grep
echo -e "\nWekan mongodb:"
ps aux | grep mongo | grep -v grep
echo -e "\nWekan logs are at /home/wekan/repos/wekan.log\n"