open docker-compose.yaml and make the following changes:
change the value of the environment variable ncwmspassword from "customncwmspassword" to the password you want to use for the ncWMS service
change the path on the line:
- source: C:\ETT\github\docker-ncwms-install\deployfiles\entrypoints\ncWMS_entrypoint.sh
to the actual folder where you have deployed the ncWMS_entrypoint.sh file
change the path on the line:
- source: C:\ETT\github\docker-ncwms-install\deployfiles\configs\ncWMS.xml
to the actual folder where you have deployed the ncWMS.xml file
change the path on the line:
- source: C:\ETT\github\docker-ncwms-install\volumes\ncwmsData
to a folder where you want to store ncWMS configuration files
change the port on the line:
- published: 12083
to the port you want to use for the ncWMS service
execute the command
docker-compose up -d
on the folder where you have deployed the docker-compose.yaml file
-
open a browser and go to the URL: http://server-address/ncWMS2/admin
-
login with the username: ncwms and the password you have set in the docker-compose.yaml file
-
to configure a ERDDAP datset put the url of a gridded datasets in the feld "Location", add a ID (we suggest to use the dataset ID), the Title and fill all other fileds if needed
For example if you want to setup ncWMS for the dataset:
https://erddap.emodnet-physics.eu/erddap/griddap/ERD_EP_CURR_DNS.htmlyou should put in the Location field:
https://erddap.emodnet-physics.eu/erddap/griddap/ERD_EP_CURR_DNS -
Push "Save configuration" button