- Right click on the script 'math.addition.exe' and select 'Check or deploy'
- Change the script starts with to 'math.' to select all scripts that starts with math.*
- Select MentDB Servers to deploy (you must create a MentDB connection into the CONNECT section - delete tunnel execute_hot function if your MentDB Server is in a direct access - reload 'Check or deploy' after)
cm set "demo_cm_mentdb" {execute "mentdb.remote.config.get"
"[hostname]" "localhost"
"[port]" "9998"
"[key]" "pwd"
"[user]" "admin"
"[password]" "pwd"
"[connectTimeout]" "10000"
"[readTimeout]" "30000"
"[subTunnels]" (mql {
[MQL_TO_REPLACE]
})
;};
- Select groups to deploy
- Click on the button 'CHECK'
"demo_cm_mentdb:
UP TO DATE.
################################################
";
- Click on the button 'DEPLOY'
"demo_cm_mentdb:
UP TO DATE.
################################################
";