Genesis

Interact with genesis.directory and allow to install and update applications

Genesis

Install

Domino console command to install this app on your server:

tell Genesis install genesis

Install in MyAccount (for Prominic customers only)

Genesis is an JavaAddin that communicates with genesis.directory via REST API and can install and update applications using CLI

You can download the latest release on GitHub (Genesis)

Version: 0.6.13

{
    "title": "Genesis",
    "versionjson": "${versionjson}",

    "steps": [
    {
        "title": "Step 1. Download files",
        "files": [
            {
                "from": "${baseurl}/0/${docid}/$FILE/Genesis-${version}.jar",
                "to": "JavaAddin/Genesis/Genesis-${version}.jar"
            }
        ]
    },
    {
        "title": "Step 2. Register newer version of Java Addin",
        "notesINI": [
            {
                "name": "GJA_Genesis",
                "value": "JavaAddin/Genesis/Genesis-${version}.jar"
            }
        ]
    },
    {
        "title": "Step 3 (final)",
        "messages": ["SUCCESS: Genesis has been updated", "All javaaddins will be restarted"]
    }

    ]
}