beta.r3js.org
Theunis J. Botha 2017-01-26 11:57:36 +01:00
parent 8e6952dff7
commit ca787d0f21
4 changed files with 20 additions and 0 deletions

5
start_editor_v1 Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
cd /usr/share/gamewheel/api-v1.6
pm2 start bin/start --node-args="--max-old-space-size=16000 --debug=3204" --name api-v1.6
cd /usr/share/gamewheel/3d-editor
pm2 start server.js --node-args="--max-old-space-size=16000 --debug=3203" --name 3d-editor

5
start_editor_v2 Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
cd /usr/share/gamewheel/api-v2
pm2 start bin/start --node-args="--max-old-space-size=16000 --debug=3206" --name api-v2
cd /usr/share/gamewheel/3d-editor-v2
pm2 start server.js --node-args="--max-old-space-size=16000 --debug=3205" --name 3d-editor-v2

5
start_editor_v3 Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
cd /usr/share/gamewheel/api-v3
pm2 start bin/start --node-args="--max-old-space-size=16000 --debug=3208" --name api-v3
cd /usr/share/gamewheel/3d-editor-v3
pm2 start server.js --node-args="--max-old-space-size=16000 --debug=3207" --name 3d-editor-v3

5
start_pong Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
cd /usr/share/gamewheel/api-v1.6
pm2 start bin/start --node-args="--max-old-space-size=16000 --debug=3204" --name api-v1.6
cd /usr/share/gamewheel/3d-pong
pm2 start pong-socket-server.js --node-args="--max-old-space-size=16000 --debug=3201" --name 3d-pong