12 lines
476 B
Plaintext
12 lines
476 B
Plaintext
# Test DBs: point all gods at the same config (or edit config.json mysql section).
|
|
# Example:
|
|
# ./startAllGods.sh --config /opt/p42GodDaemons/config.json
|
|
# ./Maestro/startMaestro.sh /opt/p42GodDaemons/config.json
|
|
|
|
clear; node test.js maestro1 \
|
|
--config ../config.json \
|
|
--guiDatabase test_p42GUI --simDatabase test_p42SIM \
|
|
--fakeAgentsReady --fakeGpsReady \
|
|
--userUuid a4f33373-6adf-4d2d-9a6d-7fa0abf8b01f \
|
|
--simulationUuid 0x019ec742e12175c685a97bf9300b6b49
|