From 4d43bd614d4574eb5cc7056aa5e1cebb767b70ff Mon Sep 17 00:00:00 2001 From: Alex Layton Date: Wed, 1 Jun 2022 18:49:35 -0400 Subject: [PATCH] chore(release): update README and version --- README.md | 13 +++++++++++-- oada/oada.config.mjs | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e45e3dc1..ef3c08c4 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,16 @@ see [the `oada` folder](oada/). ## Installing -### Running a release +### Kubernetes + +There is a Helm chart of the OADA server. +It is the preferred method of using the server now. + +See [charts/oada](charts/oada) for more information. + +### docker-compose + +#### Running a release in docker-compose Download one of our [releases] and start it using [docker-compose]. @@ -33,7 +42,7 @@ cd folder/containing/release/docker-compose DOMAIN=yourdomain.com docker-compose up -d ``` -### Running as localhost +#### Running as localhost with docker-compose localhost doesn't work out of the box because you need to create a self-signed SSL certificate and map it into your OADA installation. diff --git a/oada/oada.config.mjs b/oada/oada.config.mjs index c48f97d3..38e0b4d3 100644 --- a/oada/oada.config.mjs +++ b/oada/oada.config.mjs @@ -181,7 +181,7 @@ export default { // eslint-disable-next-line camelcase well_known_version: '1.1.0', // eslint-disable-next-line camelcase - oada_version: '2.1.1', + oada_version: '3.3.0', // eslint-disable-next-line camelcase oada_base_uri: './', // eslint-disable-next-line camelcase