Versions Compared

Key

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

...

  • KOP user will the owner of the KOP processes that will run within the docker container 
  • the docker persistent volume will be owned by KOP user

KOP user User and groupGroup is specified during the KOP Installation process as KIUWAN_USER and KIUWAN_GROUP properties

...

  • sudo groupadd ${KIUWAN_GROUP}
  • sudo useradd -g ${KIUWAN_GROUP} -s /bin/false -m -d /home/${KIUWAN_USER} ${KIUWAN_USER}


KOP persistent volumePersistent Volume is created by the installation process and must specified as DIR_PERSISTENT_VOLUME property

Be sure to dispose of a minimum of 6 GB of free disk space :

  • 3 Gb for Docker image

  • 3 Gb for KOP Permanent KOP Persistent Volume


KOP permanent persistent volume contains KOP database and its size will increase as more Kiuwan analyses are executed.

...