r3-config/start_editor_v2

5 lines
259 B
Plaintext
Raw Normal View History

2017-01-26 11:57:36 +01:00
#!/bin/bash
2017-02-09 00:50:43 +01:00
cd /usr/share/cybafelo/api-v2
2017-01-26 11:57:36 +01:00
pm2 start bin/start --node-args="--max-old-space-size=16000 --debug=3206" --name api-v2
2017-02-09 00:50:43 +01:00
cd /usr/share/cybafelo/3d-editor-v2
2017-01-26 11:57:36 +01:00
pm2 start server.js --node-args="--max-old-space-size=16000 --debug=3205" --name 3d-editor-v2