### Untitled No description -------------------------------- ### Untitled No description -------------------------------- ### Untitled No description -------------------------------- ### Untitled No description -------------------------------- ### Untitled No description -------------------------------- ### Untitled No description -------------------------------- ### Bonita License Installation (Linux Example) Source: https://documentation.bonitasoft.com/bonita/latest/version-update/update-with-migration-tool This snippet demonstrates the command-line operations for installing a new Bonita license on a Linux system. It involves navigating to the setup directory, copying the license file, and executing the setup script. ```bash cd setup vi database.properties ./setup.sh pull ls -l ./platform_conf/licenses/ cp BonitaSubscription-7.n-Jerome-myHosname-20171023-20180122.lic ./platform_conf/licenses/ ./setup.sh push ``` -------------------------------- ### Untitled No description -------------------------------- ### Untitled No description -------------------------------- ### Untitled No description -------------------------------- ### Untitled No description -------------------------------- ### Untitled No description -------------------------------- ### Untitled No description -------------------------------- ### Untitled No description -------------------------------- ### Untitled No description -------------------------------- ### Untitled No description -------------------------------- ### Get Setup Tool Help Source: https://documentation.bonitasoft.com/bonita/latest/runtime/bonita-platform-setup Displays help information for the Bonita Setup tool, either for the general syntax or for a specific command. ```shell setup help setup help ``` -------------------------------- ### Untitled No description -------------------------------- ### Untitled No description -------------------------------- ### Untitled No description -------------------------------- ### Initialize Database with Setup Script Source: https://documentation.bonitasoft.com/bonita/latest/runtime/bonita-platform-setup Initializes the database by creating tables and applying default configuration from the 'platform_conf/initial' folder. It prepares the Runtime for the first start. Supports specifying database vendor via properties. ```shell setup.sh init setup.sh init -Ddb.vendor=postgres ``` -------------------------------- ### Untitled No description -------------------------------- ### Untitled No description