Zoho Analytics On-Premise is a business intelligence and analytics software
10K+
Zoho Analytics On-Premise is a business intelligence and analytics software from Zoho Corporation. The application allows you to create visually appealing data visualizations and insightful dashboards in minutes. Run an automatic analysis of data from a variety of sources such as,
Cloud databases
Amazon RDS (Live Connect), Amazon Redshift (Live Connect), Microsoft Azure SQL, Google Cloud SQL, Heroku PostgreSQL etc.
Local/on-prem databases
MySQL, MS SQL, PostgreSQL, Oracle, MongoDB etc.
Spreadsheets
CSV, TSV, Excel files, and other spreadsheet formats.
Cloud Storage
Google Drive, One Drive, DropBox, and Box.
Popular Business Apps
Salesforce, Quickbooks, Hubspot, etc., with pre-built domain specific reports.
Before you start the docker container, create a directory on your server to store periodic backups of Zoho Analytics On-Premise. This will prevent data loss when the container is killed intermittently. In the following example, the backup directory is C:\Zoho\MyBackup.
To start your docker container, run the following command.
docker run -d -p 8443:8443 --platform=linux/amd64 -v C:\Zoho\MyBackup:/home/zaop/Zoho/Analytics/Backup --name=zaoponprem zohoanalytics/onprem:latest
In addition to starting the docker, this command does the following actions:
Change directory to /home/zaop/Zoho/Analytics/bin and use the following command to start the application
nohup sh app_ctl.sh run &
and, execute the command disown to remove jobs from the job table of the parent shell
disown
Use the following command from the /home/zaop/Zoho/Analytics/bin directory to stop the application
sh app_ctl.sh shutdown
Once the application has started, you can access the application from a web-browser using the following URL/web address.
https://server IP address:8443 (replace server IP address with the IP address of the host server)
For questions, please email [email protected] or call +1 408 454 4202
Content type
Image
Digest
sha256:44ae1f8f7…
Size
3.3 GB
Last updated
23 days ago
docker pull zohoanalytics/onprem