install component with my plugin app
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2024 03:20 AM
if I build a custom seismic component for my application plugin, How can I connect this component so that when install that plugin it installs the component automatically?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2024 03:45 AM
Build it as part of your application. When installing the application, the component will be installed with it.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2024 03:48 AM - edited ‎03-11-2024 03:50 AM
could you please tell me how to do it , or what is the configuration ,
I searched a lot and what I found was to put dependencies but I didn't understand what that meant
and for consideration
the component is in a separate repo and the application in another one
and when I deploy my app to the instance I have to go to install applications to upload the build of my component