Invoking one-touch Domino setup with parameters in a JSON file on Windows or UNIX
Complete this procedure to invoke one-touch Domino setup with parameters in a JSON file if you run Domino on Windows or UNIX.
Before you begin
Procedure
- Install Domino.
- Change to the directory in which you installed Domino, for example, C:\Domino.
-
Run the Domino server program with the -autoconf option specifying the source
JSON file. You can specify the full path to the JSON file or the path relative
to the data directory.
On Windows:
For example:<Domino-program-dir>\nserver -autoconf <input-JSON-file>
C:\domino\nserver -autoconf setup.json
On UNIX:
For example:/opt/hcl/domino/bin/server -autoconf <input-JSON-file>
/opt/hcl/domino/bin/server -autoconf setup.json