Diyotta Manager Installation

Ensure the environment variables DIYOTTA_HOME, JAVA_HOME and TZ are set in the user profile file - .bash_profile, .bashrc or .kshrc, based on the shell used.

  • DIYOTTA_HOME should be set to <your Diyotta installation folder>/diyotta.

  • JAVA_HOME should be set to the path under which java is installed.

  • TZ should be set to current timezone of the Diyotta Manager.

  • PATH should be appended with folders having scripts to start and stop the services.

In .bash_profile set the environment variables as below.

$ vim ~/.bash_profile

export DIYOTTA_HOME=/app/dimanager/Diyotta

export JAVA_HOME=/usr/java/default

export TZ=`timedatectl | grep "Time zone" | cut -d ":" -f2 | cut -d "(" -f1 | tr -d ' `

export PATH=$PATH:$DIYOTTA_HOME/manager/bin:$DIYOTTA_HOME/manager-repo/bin

Logout and login to the user again for the profile setting to take effect.

Note: Diyotta Manager components are running on Java so make sure java installed on server and JAVA_HOME is set as environment variable.