Install adapters
Follow these best practices when installing or building an adapter. For Itential Platform adapter installation and migration, see Install and migrate adapters and custom applications.
Best practices for a new adapter installation
Follow these steps whenever you install or build a new adapter:
Install the adapter in the correct directory
Install to <IAP-Home>/node_modules/@<namespace>/adapter-<name>.
Example: /opt/pronghorn/current/node_modules/@itentialopensource/adapter-sevone
For Platform 6, install to /opt/itential/platform/services/adapter-name instead. See Install and migrate adapters and custom applications.
What’s next
Configure adapter
Set connection and auth
Test adapter
Verify functionality
Customize code
Add custom logic
Troubleshoot
Fix issues