Customize the Installation Directory Path
Introduction
The following parameters allow you to specify the directory path for the storage/log/temp-path in On-Premises installations.
Using the Systemd daemon enables OverOps to run the On-Premises installation from different users and groups, and lets us configure the storage/temp/logs directories.
Parameter | Description | Comments |
---|---|---|
--storage-path | Creates a softlink to an external storage folder on the same machine (but not in /opt/) | You'll need to make sure you have full sudo permissions to that folder. |
--log-path | Creates a softlink to an external log folder | You'll need to make sure you have full sudo permissions to that folder. |
--temp-path | Creates a softlink to an external temp folder | You'll need to make sure you have full sudo permissions to that folder. |
$JAQEN_HOME/bin/takipi-server.sh install --user john --group john --storage-path /mnt/external-storage
Updated over 4 years ago