Build and deploy a WMT client

From CSDMS
Revision as of 13:40, 7 April 2017 by Mpiper (talk | contribs) (Show start location for commands)
(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. 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.