Exporting Custom Models to tribefire Repository
When developing cartridges, you must ensure that all sources, including custom models, are found in the repository.
On this page
General
Any custom models that you wish to manipulate or query must be deployed to the repository, which can be done using Control Center.
Target repository configuration in Control Center
Follow the below procedure to configure the destination repository for your tribefire deployables:
- Open the CortexConfiguration entity type (use
Quick Access
or theEntity Types
query). - Highlight the
artifactRepository
property. - Assign the repository
URL
. Provide authentication credentials if necessary. - Commit. That's it - your items should now be deployed to the assigned repository.
When not configured, target repository defaults to
your_tribefire_installation/storage/repository
.