Skip to content

Commit

Permalink
chore(release): update README and version
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Jun 1, 2022
1 parent 303838a commit 4d43bd6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion oada/oada.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d43bd6

Please sign in to comment.