ws start script

beta.r3js.org
Theunis Botha 2018-11-18 10:45:10 +01:00
parent a7d004d0c4
commit c172018d52
2 changed files with 4 additions and 1 deletions

2
start
View File

@ -1,4 +1,4 @@
#!/bin/bash
cd /usr/share/cybafelo
./start_r3_api
./start_r3_websocket

3
start_r3_websocket Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
cd /usr/share/cybafelo/r3-websocket
pm2 start index.js --node-args="--inspect=3205" --name "r3-websocket"