Auto start Analytics Plus in Linux
Steps to auto start Analytics Plus in Linux environment: 1. Open "StartServer.sh" present in <AnalyticsPlus\bin> Add '#!/bin/sh' as the first line of the code. Add 'cd <location to Analytics/bin>' before the line 'sh run.sh' ex : ...