SuperMap iServer (for Linux 64-bit systems) currently provides a Docker image with a data science service package. Here are the installation steps for you:
SuperMap iServer data science service has been launched in Alibaba Cloud Warehouse. The mirror address is registry.cn-beijing.aliyuncs.com/supermap/iserver-datascience. Deploy iServer data science service in Docker in just a few steps.
Take ubuntu16.04 as an example to show how to deploy and run iServer data science service in Docker.
The following operations require logging in as the root user or the user with the highest authority.
Execute the following command on the Docker host to download the latest iServer data science service mirroring:
docker pull registry.cn-beijing.aliyuncs.com/supermap/iserver-datascience:latest
After the download is complete, you can view the downloaded image information with the following command:
docker images
Download-based iServer data science service mirror, running a Docker container iservernotebook. Execute the following command:
docker run --name iserverdatascience -d -p 8000:8000 -v /home/datascience:/opt/datascience/confDir registry.cn-beijing.aliyuncs.com/supermap/iserver-datascience:latest
Where -p 8000:8000 indicates that the external exposure port number is 8000.
Wait a few seconds for the iServer data science service startup to complete. Enter http://<hostIP>:8000 in the browser to access iServer data science service.
Delete directly the directory of the SuperMap iServer data science is enough.