Skip to content

Commit

Permalink
Backend module requirements before install
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrossleyau committed Aug 23, 2024
1 parent c7b2162 commit b85f13d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guidelines/create-new-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ See the folio-infrastructure lokalise-push [procedure](https://github.com/folio-

## Next steps

When a new module has been fully established and its artifacts are being deployed, follow the guides to [install](/faqs/how-to-install-new-module/) it to platform and reference environments for snapshot builds.
When the above-mentioned steps are completed, and when the new module has been fully established and its artifacts are being deployed, follow the guides to [install](/faqs/how-to-install-new-module/) it to platform and reference environments for snapshot builds.

<div class="folio-spacer-content"></div>

Expand Down
2 changes: 1 addition & 1 deletion guides/install-backend-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Note that this is not an exhaustive list.
* For Spring Way modules, the default port is 8080. FOLIO does not care which port. However if the module is going to use a different port, then be sure to also declare that `server.port` in its `application.yaml` file.
* For Spring Way modules, the replacement tokens in Descriptors use delimiters "@" rather than the normal "$".
* Ensure that the ModuleDescriptor is generated from its template and that tokens are replaced. For Maven-based modules, the POM will have configuration to "filter-descriptor-inputs" and "rename-descriptor-outputs".
* If the module uses the `_tenant` interface, then ensure that it is implemented and responding properly.
* Other ...

## Verify MD and required interfaces
Expand All @@ -44,7 +45,6 @@ curl -s -S -w'\n' \
That shows that it requires various interfaces, including "`users 15.1`" and "`configuration 2.0`".

Now ensure that each needed interface version is [available](/faqs/how-to-which-module-which-interface-endpoint/).
One method is to visit the [https://folio-snapshot.dev.folio.org/settings/about](https://folio-snapshot.dev.folio.org/settings/about) page.

## Ensure LaunchDescriptor

Expand Down

0 comments on commit b85f13d

Please sign in to comment.