r3-config/start_editor_v3

5 lines
259 B
Bash
Executable File

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