Build and deploy a WMT client
From CSDMS
Build and deploy a WMT client
This is how, when developing, I build and deploy a WMT client.
On solaria, my development machine:
cd ~/projects/wmt-client
ant build
rsync -az war mapi8461@diluvium:~
On diluvium, the deployment machine:
cd
cp config.json war/
wmt_load -t
Repeat N times.