Skip to content

Commit

Permalink
Improve links supported technologies
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrossleyau committed Feb 15, 2024
1 parent 38701dd commit 799e2dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion guidelines/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ See other orientation [guides](/guides/#background-orientation).
## Development management

- [Release procedures](/guidelines/release-procedures/).
- [Officially Supported Technologies](https://wiki.folio.org/display/TC/Officially+Supported+Technologies) for each upcoming release.
- [Officially Supported Technologies](https://wiki.folio.org/display/TC/Officially+Supported+Technologies) for each upcoming release (also known as Approved Technologies).
- FOLIO Technical Council ([TC](/reference/glossary/#tc))
and FOLIO Product Council ([PC](/reference/glossary/#pc)).
- Each FOLIO Development [Team](https://wiki.folio.org/display/FOLIJET/Folio+Development+Teams+Home)
Expand Down
6 changes: 4 additions & 2 deletions guides/developer-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ and the [client-side](/source-code#client-side) Stripes toolkit.
Note that some parts of the development environment could be handled using
[folio-ansible](https://github.com/folio-org/folio-ansible) (virtual machines using Vagrant and Ansible).

Be aware of the [Officially Supported Technologies](https://wiki.folio.org/display/TC/Officially+Supported+Technologies) for each upcoming release.

Otherwise the development environment would need the following fundamental tools:

* Apache Maven (3.3+) -- For building and deploying Okapi and some server-side modules.
* Apache Maven (3.6+) -- For building and deploying Okapi and some server-side modules.
* Node.js ([Active LTS version](https://github.com/nodejs/Release#release-schedule)) -- For Stripes and for some modules, and for UI testing.
* Docker -- Recommended method for deployment.
* PostgreSQL (12) -- For running an external database to support storage modules.
Expand All @@ -41,7 +43,7 @@ As each FOLIO component can utilise whatever suite of appropriate tools, refer t

Occasionally it becomes necessary to specify minimum versions of some tools:

* Java: [11](/faqs/how-to-specify-backend-java-ci/).
* Java: [17](/faqs/how-to-specify-backend-java-ci/).
* Postgres: [12](https://github.com/folio-org/raml-module-builder#postgresql-integration).

### Other tools
Expand Down

0 comments on commit 799e2dc

Please sign in to comment.