Installing the BoostIO SDK in Separated Deployment Mode
After BoostIO is installed, the generated binary files, script files, configuration files, and header files are stored in the same directory (/opt/boostio). Note that the permission of the BoostIO SDK execution user is different from that of the BoostIO server execution user in separated deployment mode. In this case, you need to copy the files required for executing the BoostIO SDK to another directory and grant the access permission. The procedure is as follows:
- Create a BoostIO SDK directory as the BoostIO installation user.
mkdir /opt/boostio-sdk
- Go to the /opt/boostio directory as the BoostIO installation user and copy the files listed in Table 1 to the created BoostIO SDK directory.
- Change the owner and permission of the files.
chown -R [SDK user] [:SDK user group] /opt/boostio-sdk chmod -R 550 /opt/boostio-sdk/bin chmod -R 550 /opt/boostio-sdk/lib chmod -R 550 /opt/boostio-sdk/include
Parent topic: Software Installation