Docker installation
Dependencies
Docker
Configuration
Configure HCL Link before running any installation commands. If you choose not to do so, you might need to re-install for your updated configuration to take effect.
There are two files to configure before installation.
- config.yaml
To re-configure properties from config.yaml after installation,
run the update_envs.sh
script after making your changes.
./Link stop --runtime
./Link start --runtime
Several directories are specified in those configuration files. If the user or group you install into lacks R/W access to these directories, a system admin needs to create them and then transfer ownership.
- REST API: HTTPS 9443, HTTP 8080, see the rest section.
- Server: HTTPS 8443, see the server tomcat and client sections.
- UI Client: HTTPS 4443, see the client section.
Installation
Read the Link Utility documentation before following the installation steps. You may need to adjust commands according to your use-case.
The following commands are intended to demonstrate a quick-start scenario:
./Link configure --type docker --integration oem
./Link install
./Link start