mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Add build scripts.
This commit is contained in:
parent
6f2275e8cb
commit
4c2857b6e8
34 changed files with 1013 additions and 0 deletions
5
status-wekan.sh
Executable file
5
status-wekan.sh
Executable 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue