...
Anchor | ||||
---|---|---|---|---|
|
Code Block |
---|
ForTo Bare Metal installations: 1. sftp mzp to test server 2. Login on the test server 3. $ mzsh user/pw pcommit my_agent.mzp For Private Cloud or AWS docommit a user defined package: 1. $ kubectl cp my_agent.mzp platform-0:/opt/mz 2. $ kubectl exec -it platform-0 -- bash 3. $ mzsh user/pw pcommit my_agent.mzp |
...