ReplicaID Helper

ReplicaID Helper

ReplicaID

Install

Domino console command to install this app on your server:

tell Genesis install replicaid-helper

Install in MyAccount (for Prominic customers only)

Source code

If the project doesn't open in Moonshine-IDE, then run Project > Import Genesis Directory Application and paste the below URL.

It allows to manipulate with ReplicaID of databases on Domino server

Version: 1.0.0

{
    "title": "ReplicaID Helper v${version} (Prominic.NET)",
    "versionjson": "${versionjson}",

    "config":
    {
        "version": "${version}"
    },

    "steps": [
    {
        "title": "--- Step 1. Download file ---",
        "files": [
            {"from": "${baseurl}/0/${docid}/$FILE/replicaidhelper.nsf", "to": "${directory}/replicaidhelper.nsf"}
        ]
    },
    {
        "title": "--- Step 2. Sign database ---",
        "databases": [
             {
                "action": "update",
                "filePath": "replicaidhelper.nsf",
                "sign": true
              }
        ]
    },
    {
        "title": "--- Step 3 (final). Completed ---",
        "messages": ["You have installed ReplicaID Helper v${version} (Prominic.NET)"]
    }

    ]
}