Domino Explorer

Domino Explorer

Domino Explorer

Install

Domino console command to install this app on your server:

tell Genesis install domino-explorer

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.

Domino Explorer is using OpenNTF Domino API's GraphDB functions to gather informations from your Domino environment. It scans the Database Catalog and the Domino Direcotry. From this data it will create GraphDB data. Please get the latest ODA version to run this application. Beside that this is an admin tool it shows the capabilities of the GraphDB stuff - and how easy it is to use.

Version: 1.0.0

{
    "title": "Domino Explorer v${version} (OpenNTF)",
    "versionjson": "${versionjson}",

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

    "steps": [
    {
        "title": "--- Step 1. Download file ---",
        "files": [
            {"from": "${baseurl}/0/${docid}/$FILE/domex_160503.ntf", "to": "${directory}/domex_160503.ntf"}
        ]
    },
    {
        "title": "--- Step 2. Create database from templates ---",
        "databases": [
             {
                "action": "create",
                "filePath": "domex.nsf",
                "title": "Domino Explorer ${version}",
                "templatePath": "domex_160503.ntf",
                "sign": true
              }
        ]
    },
    {
        "title": "--- Step 3 (final). Completed ---",
        "messages": ["You have installed Domino Explorer ${version}"]
    }

    ]
}