DataIntell Vision is the client of the application. It is the component running in the Web Browser.
Here are some useful commands:
Start: docker start dataintell-client
Stop: docker stop dataintell-client
Status: docker ps
To change the configurations of the client, you can do the following in an update package:
/usr/local/dataintell/update-dataintell-client-config.sh {options}
Options are:
- -u: Change the API URL. It should be the IP address of the server with a http:// prefix
- -a: Change the API port. The configuration is in /usr/local/dataintell/application.properties (Default 8085)
- -p: Change the client port. The port of the docker application running. (Default 80)
Here is an example: /usr/local/dataintell/update-dataintell-client-config.sh -u http://10.10.50.17 -a 8085 -p 80
Comments
0 comments
Article is closed for comments.