Hello,
I am new to Appian and I am trying to install Appian on Linux cent os. I followed the official guide and everything was smooth until I was trying to start the tomact server.
by executing ./start-appserver.sh. when I execute this one its giving me : which: no rotatelogs in (/root/.local/bin:/root/bin:/sbin:/bin:/usr/sbin)
Thanks in advanced !
Discussion posts and replies are publicly visible
Check if rotatelogs is installed: rpm -qa | grep rotatelogs (install with sudo yum install httpd-tools if not).Alternative: Comment out rotatelogs line in the script (might prevent log rotation but allows Appian to start, manage logs manually).