Skip to content

Commit fc9dd0b

Browse files
committed
Explain adding edge module to refenvs
1 parent 9c2f77d commit fc9dd0b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_faqs/how-to-install-new-module.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories: development-tips
77
faqOrder: 8
88
---
99

10-
When a new module has been commenced and its artifacts are being deployed by CI, then follow the guides [Install a new front-end module to a platform](/guides/install-frontend-module/) and [Install a new back-end module](/guides/install-backend-module/) to add to snapshot reference environment builds.
10+
When a new module has been commenced and its artifacts are being deployed by CI, then follow the guides [Install a new front-end module to a platform](/guides/install-frontend-module/) and [Install a new back-end module](/guides/install-backend-module/) (and edge modules) to add to snapshot reference environment builds.
1111

1212
After the new module has been operating in snapshot reference environments, and an initial release is ready to be made, then instead follow the [release procedures](/guidelines/release-procedures/#add-to-platforms).
1313

guides/install-backend-module.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ menuTopTitle: Guides
88

99
## Introduction
1010

11-
When the initial development of a new back-end (server-side) module is [established](/guidelines/create-new-repo/), and snapshot artifacts are being reliably generated by the continuous integration, then it is able to be added to the folio-snapshot [reference environments](/guides/automation/#reference-environments).
11+
When the initial development of a new back-end (server-side) module (or an edge module) is [established](/guidelines/create-new-repo/), and snapshot artifacts are being reliably generated by the continuous integration, then it is able to be added to the folio-snapshot [reference environments](/guides/automation/#reference-environments).
1212

1313
There is a separate procedure to [install a new front-end module](/guides/install-frontend-module/).
1414

@@ -62,6 +62,8 @@ If there are special requirements beyond those declared in the default LaunchDes
6262

6363
Remember that there are other systems operators, as well as FOLIO DevOps, that need to know how to install the module.
6464

65+
Also, for Edge modules explain the endpoint pattern, permissions, and institutional users. See other edge module repositories for guidance.
66+
6567
Also prepare beforehand if there are special requirements for FOLIO infrastructure, additional to what is already provided.
6668
Add Jira tickets (as described below) to completely explain the services that the new module requires.
6769
Do not expect us to know.

0 commit comments

Comments
 (0)