Installing a native version of HCL Link Design Server
The installation instructions provided here describe how to perform a Native installation of the HCL Link Design Server.
- Download the Design Server package for Linux.
- Open hip-server-native.env in your favorite editor and check the default values.
- Make certain the scripts are executable by running the following
command:
chmod +x tomcat-context/tomcat-context.sh node-context/node-context.sh - Install ksh shell using your system's package manager.
- If you would like to run the Runtime Server alongside Design Server, specify the path to your license file using the environment variable, LICENSE_FILE.
- Install and start MongoDB using their installation guides, or point to an existing MongoDB server using values in hip-server-native.env.
- Run the installation: sudo native-install.sh install
- Start the product by running this script: sudo native-install.sh start
- List the status of each component by running this script: sudo native-install.sh status