Example: Minimal JSON file for first server setup
This example shows JSON input for first server setup that specifies required parameters only.
{
"serverSetup": {
"server": {
"type": "first",
"name": "Adminserver",
"domainName": "Renovations"
},
"network": {
"hostName": "adminserver.renovations.com"
},
"org": {
"orgName": "Renovations",
"certifierPassword": "passw0rd"
},
"admin": {
"lastName": "Bill Ranney",
"password": "passw0rd",
"IDFilePath": "C:\\domino\\adminserver\\data\\admin.id"
}
}
}