SuperHumanPortal
Super.Human.Portal helps you install the latest and greatest HCL Domino technologies easily.
Install
Domino console command to install this app on your server:
tell Genesis install superhumanportal
Install in MyAccount (for Prominic customers only)
Source code
Super.Human.Portal is designed to save you significant time and effort by simplifying the setup and management of HCL Domino servers. It allows you to easily create an HCL Domino 12.0.2 server directly on your desktop, whether you're using macOS, Windows, or Linux. This server can be preconfigured with essential HCL technologies like Nomad Web, Traveler, Leap, AppDev, and the REST API (formerly KEEP). Additionally, Super.Human.Portal provides seamless access to the Genesis App Catalog, enabling you to quickly install a wide range of software from trusted vendors such as OpenNTF, Prominic, HelpSoft, Vigilus CRM, and more—using just one simple console command.
The Power of DevOps in Software Management
DevOps is a proven methodology that fosters collaboration between development and operations teams to deliver software faster, more reliably, and with greater efficiency. By combining development, quality assurance, and IT operations, DevOps streamlines the software delivery process through automation tools and agile practices. With Super.Human.Portal, you get access to a dedicated app catalog or app marketplace, providing a secure, centralized platform for discovering and downloading new apps. This makes it easier than ever to explore and integrate new software solutions into your workflow, driving productivity and innovation.
Version: 1.2.0
{
"title": "Super Human Portal v${version} (Prominic.NET)",
"versionjson": "${versionjson}",
"config": {
"version": "${version}"
},
"steps": [
{
"title": "--- Step 1. Download file ---",
"files": [
{
"from": "${baseurl}/0/${docid}/$FILE/SuperHumanPortal.nsf",
"to": "${directory}/SuperHumanPortal.nsf",
"replace": true
},
{
"from": "${baseurl}/0/${docid}/$FILE/SuperHumanPortal_Royale.min.css",
"to": "${directory}/domino/html/Super.Human.Portal/js-release/SuperHumanPortal_Royale.min.css",
"replace": true
},
{
"from": "${baseurl}/0/${docid}/$FILE/index.html",
"to": "${directory}/domino/html/Super.Human.Portal/js-release/index.html",
"replace": true
},
{
"from": "${baseurl}/0/${docid}/$FILE/resources_images_loginbackground.jpg",
"to": "${directory}/domino/html/Super.Human.Portal/js-release/resources/images/loginbackground.jpg",
"replace": true
},
{
"from": "${baseurl}/0/${docid}/$FILE/resources_images_loginlogo.jpg",
"to": "${directory}/domino/html/Super.Human.Portal/js-release/resources/images/loginlogo.jpg",
"replace": true
},
{
"from": "${baseurl}/0/${docid}/$FILE/resources_images_prominic-logo-stacked-WHITE.png",
"to": "${directory}/domino/html/Super.Human.Portal/js-release/resources/images/prominic-logo-stacked-WHITE.png",
"replace": true
},
{
"from": "${baseurl}/0/${docid}/$FILE/resources_images_moonshine-logo-circle.png",
"to": "${directory}/domino/html/Super.Human.Portal/js-release/resources/images/moonshine-logo-circle.png",
"replace": true
},
{
"from": "${baseurl}/0/${docid}/$FILE/resources_app-styles.css",
"to": "${directory}/domino/html/Super.Human.Portal/js-release/resources/app-styles.css",
"replace": true
},
{
"from": "${baseurl}/0/${docid}/$FILE/resources_version.xml",
"to": "${directory}/domino/html/Super.Human.Portal/js-release/resources/version.xml",
"replace": true
},
{
"from": "${baseurl}/0/${docid}/$FILE/resources_themes_light_defaults.css",
"to": "${directory}/domino/html/Super.Human.Portal/js-release/resources/themes/light/defaults.css",
"replace": true
},
{
"from": "${baseurl}/0/${docid}/$FILE/resources_themes_dark_defaults.css",
"to": "${directory}/domino/html/Super.Human.Portal/js-release/resources/themes/dark/defaults.css",
"replace": true
},
{
"from": "${baseurl}/0/${docid}/$FILE/resources_nomadhelper.html",
"to": "${directory}/domino/html/Super.Human.Portal/js-release/resources/nomadhelper.html",
"replace": true
},
{
"from": "${baseurl}/0/${docid}/$FILE/resources_jewel-index-template.html",
"to": "${directory}/domino/html/Super.Human.Portal/js-release/resources/jewel-index-template.html",
"replace": true
},
{
"from": "${baseurl}/0/${docid}/$FILE/SuperHumanPortal_Royale.js",
"to": "${directory}/domino/html/Super.Human.Portal/js-release/SuperHumanPortal_Royale.js",
"replace": true
},
{
"from": "${baseurl}/0/${docid}/$FILE/assets_no-image.svg",
"to": "${directory}/domino/html/Super.Human.Portal/js-release/assets/no-image.svg",
"replace": true
},
{
"from": "${baseurl}/0/${docid}/$FILE/assets_apache-royale-jewel-logo-white.svg",
"to": "${directory}/domino/html/Super.Human.Portal/js-release/assets/apache-royale-jewel-logo-white.svg",
"replace": true
}
]
},
{
"title": "--- Step 2. Sign database ---",
"databases": [
{
"action": "update",
"filePath": "SuperHumanPortal.nsf",
"sign": true
}
]
},
{
"title": "--- Step 3 (final). Completed ---",
"messages": [
"You have installed SuperHumanPortal v${version}"
]
}
]
}