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:

  1. cd ~/projects/wmt-client
  2. ant build
  3. rsync -az war mapi8461@diluvium:~

On diluvium, the deployment machine:

  1. cd
  2. cp config.json war/
  3. wmt_load -t

Repeat N times.