如何使用 Roxy 从 marklogic 服务器检索配置

How to retrieve configuration from a marklogic server with Roxy

我开始使用 Roxy 配置我的 marklogic 集群(版本 8)。这个工具允许我在许多 "clusters" 上部署我的配置,避免手动进行。

在测试期间,我手动配置了一个集群(通过 Web 管理 - 端口 8001)。我想知道是否可以将此配置从服务器检索到我的本地计算机。我想在本地获取它以将其用于我的期货部署。

谢谢。

此致, 罗曼

试试 Geert 的这篇精彩文章:http://grtjn.blogspot.nl/2014/10/capturing-marklogic-applications-with.html

该示例提到版本 7,但 Roxy 也适用于版本 8。

完美,谢谢大卫。

ML8获取roxy配置的命令是:

./ml [env] capture --full-ml-config

示例:

./ml dev capture --full-ml-config

Roxy 将创建一个包含所有远程服务器配置的 XML 文件。