Versions Compared

Key

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

...

Info

KOP Installation Package consists on a tarball gz file (vXdocker-for-kiuwan_master.X.Y.tar.gz) containing all the kiuwan docker files.

  • Copy the distribution tarball to your host server’s installation directory ($KOP_INSTDIR)
  • Uncompress the distribution tarball  
    • tar xvzf vXdocker-for-kiuwan_master.X.Y.tar.gz gz
  • This will create a $KOP_INSTDIR/vXdocker-for-kiuwan_master.X.Y directory with all the kiuwan docker files

  • In $KOP_INSTDIR/vX.Y docker-for-kiuwan_master.X.Y you will find a file named Dockerfile where you will configure the Kiuwan docker image.

 

KOP Licenses are distributed through a zip file that contains two license distribution zipfiles:

  • license.zip
  • configq1.zip

To install the licences:

  1. Copy both zipfiles to "license" directory of you KOP installation directory
    • cp license.zip $KOP_INSTDIR/vX.Y/license
    • cp configq1.zip $KOP_INSTDIR/vX.Y/license
  2. Continue configuring and building your KOP image

Please visit How to Install KOP Licenses is you need to reinstall (or upgrade) licenses after the docker container is built.

...