Build and deploy a WMT client: Difference between revisions

From CSDMS
(Notes for me.)
 
m (Show start location for commands)
 
Line 5: Line 5:
On '''''solaria''''', my development machine:
On '''''solaria''''', my development machine:


# <code>cd ~/projects/wmt-client</code>
# <code>ant build</code>
# <code>ant build</code>
# <code>rsync -az war mapi8461@diluvium:~</code>
# <code>rsync -az war mapi8461@diluvium:~</code>
Line 10: Line 11:
On '''''diluvium''''', the deployment machine:
On '''''diluvium''''', the deployment machine:


# <code>cd</code>
# <code>cp config.json war/</code>
# <code>cp config.json war/</code>
# <code>wmt_load -t</code>
# <code>wmt_load -t</code>


Repeat ''N'' times.
Repeat ''N'' times.

Latest revision as of 13:40, 7 April 2017

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.