The following steps will guide you through the ArcGIS Server Custom Data Feeds installation and configuration process.
- Install ArcGIS Server and create an ArcGIS Server site.
- Install ArcGIS Server Custom Data Feeds Runtime on the same machine as your ArcGIS Server. If there are multiple machines in your ArcGIS Server site then the ArcGIS Server Data Feeds Runtime must be installed on each machine.
- Install NodeJS runtime version 16.19.1 and the ArcGIS Enterprise SDK on the machine where you will do your development. This machine does not need to have ArcGIS Server installed.
- Open a command prompt on your development machine, and run the cdf -h command. The following output should appear:
Usage : cdf <command> [options]
Commands:
cdf createapp <name> creates a new custom data app
cdf createprovider <name> creates a new custom data provider
cdf listproviders lists a custom data providers registered with custom data app
cdf export <name> exports specified custom data provider into cdpk
cdf deleteprovider <name> deletes specified custom data provider
Options:
-h, --help Show help [boolean]
-v, --version Show version number [boolean]