Versions Compared

Key

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

...

Panel
bgColor#fff
titleKOP Configuration (KOP app and Wildfly)

 

  1. How to make changes in KOP configuration ?
    1. Within the KOP container, edit configuration files located under $(KIUWAN_VOL)/deployconfig/kiuwan
    2. Deploy Kiuwan (see below point #3)
  2. How to make changes in Wildfly configuration ?
    1. Within the KOP container, edit configuration files located under $(KIUWAN_VOL)/deployconfig/wildfly
    2. Deploy Kiuwan
    3. Make persistent those changes executing the next command within the docker server:
      1. docker commit <container_name> <nimagen:tag>
    4. (see below point #3)
  3. How to deploy Kiuwan (after configuration changes) ?
    1. Within the docker server:
      1. ./redeployKiuwan.sh <container_name> (cd <KIUWAN_VOL>/koptools (KIUWAN_VOL as set in KIUWAN_HOST at settings.custom)
      Within the KOP container:
      1. supervisorctl stop wildfly
      2. /root/kiuwan/deployKiuwan.sh
      3. supervisorctl start wildfly./redeployKiuwan.sh

 

 

 

Configuration changes to MySQL, Redis and sshd

...

Panel
bgColor#fff
titleConfiguration changes to MySQL, Redis and sshd

 

  1. Can i make changes to configuration of MySQL, Redis and sshd ?
    1. Yes, you can (although Kiuwan Docker is presumably configured to suite your needs)
    2. To change MySQL configuration
      1. supervisorctl stop wildfly
      2. supervisorctl stop mysql
      3. edit mysqld.cnf located at <KIUWAN_VOL>/configurations/etc/mysql/mysql.conf.d
      4. supervisorctl start mysql
      5. supervisorctl start wildfly
    3. To change Redis configuration
      1. supervisorctl stop wildfly
      2. supervisorctl stop redis
      3. edit redis.conf located at <KIUWAN_VOL>/configurations/etc/redis
      4. supervisorctl start redis
      5. supervisorctl start wildfly

    4. In case you need to change the configuration of any of those services:
      1. MySQL : edit mysqld.cnf located at <KIUWAN_VOL>/configurations/etc/mysql/mysql.conf.d
      2. Redis: edit redis.conf located at <KIUWAN_VOL>/configurations/etc/redis
    5. supervisorctl stop wildfly | mysql
    6. , you must bear in mind that these services' configuration is out of persistent volume ($KIUWAN_VOL). Therefore, those changes will not remain effective after you restart the container.
    7. In case you need to make persistent those changes , execute the next command within the docker server:
      • docker commit <container_name> <nimagen:tag>



Within the KOP container:
  1. supervisorctl stop wildfly
  2. /root/kiuwan/deployKiuwan.sh
  3. supervisorctl start wildfly

Content by Label
showLabelsfalse
max5
spacesK5
showSpacefalse
sortmodified
reversetrue
typepage
labelshowto_kop

...