Build and deploy a WMT client

From CSDMS
Revision as of 13:39, 7 April 2017 by Mpiper (talk | contribs) (Notes for me.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Build and deploy a WMT client

This is how, when developing, I build and deploy a WMT client.

On solaria, my development machine:

  1. ant build
  2. rsync -az war mapi8461@diluvium:~

On diluvium, the deployment machine:

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

Repeat N times.