Getting Started - Create a new instance
Given that you want to create a new instance with:
- Use an SQL Server database installed on another machine, e.g
. - Tenant id is
identifycli
. - Admin password is
OhCQd0GRD72LjMUw2pIh
. - Also deploy Safewhere Admin.
- Enable multi-subnet failover for both Admin and Runtime
- Use SQL database authentication configuration.
- Session state is InProc.
- Automatically generate IIS configuration settings and domain name is
identifycli.safewhere.local
. - Automatically generate signing certificate.
- Use default SSL certificate (*.safewhere.local).
You can save this configuration file to a JSON file named create_instance.json
and run the following command on your favorite terminal:
1 |
ICC --action Create --configuration-file "C:\identify-configuration\create_instance.json" |
References
- Create command.
- The
--configuration-file
switch uses Instance's Configuration JSON Schema to configure necessary information to create a new instance.