Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

The documentation for SolidSense software is not maintained by SolidRun and the information herein is not actual with the latest version of the software, please contact our partner SolidSense Connect who is now developing the SolidSense software.

The SolidSense Kapua instance is not meant for production purpose, so we recommend the deployment of  a dedicated instance when Kapua is to be used in production, in particular if data have to be stored in the Kapua database.

...

Changing Kapua sysadmin password

  1. Log on Kapua as kapua-sys, go on the users screen and change the password using the credential tab. Remember that the password needs to be at least 12 characters long

  2. Goto to the kapua/deployment/docker directory from installation

  3. Edit (vi or nano as you like) the compose/docker-compose.yml

  4. In each “environment” section of the file add the following line: -‘transport.credential.password=<password that is set on step1>’

  5. Note that the quote are mandatory

  6. Then redeploy Kapua: bash docker-deploy.sh