Downloadable assets to get you started.
Domino REST API
- Download from Flexnet
Presentations
Docker
- Docker compose file for primary server
- Docker compose file for additional servers
- Docker compose
sample.env
file
Note
Rename this file to .env
and update your values before use.
Postman
- Domino REST Postman collection to exercise Domino REST APIs for configuring and consuming databases.
- Postman environment for both collections.
- Demo.nsf - Demo database for the Postman and Tutorial examples.
The scripts below are only for reference. They have been superseded by the scripts provided by the installer, so there's no need beyond satisfying curiosity to download them.
Mac
- Shell script to start Domino REST API on MacOS.
-
Modify the script and replace all instances in the Shell script before using as follows:
-
programDir with the directory Notes is located in.
- dataDir with the directory the Notes Data is located in.
- keepDir with the directory Domino REST API is located in.
Windows
- Command file to start Domino REST API on a Windows client.
-
Modify the script and replace all instances in the Command file before using as follows:
-
programDir with the directory Notes is located in.
- dataDir with the directory the Notes Data is located in.
- keepDir with the directory Domino REST API is located in.