Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
blelump committed Jul 7, 2023
1 parent 3fb3550 commit 6b9faa5
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,20 @@

## Usage

...
1. Pull the Docker image for OCA Repository
```
docker pull humancolossus/oca-repository-rs:latest
```
Change `latest` to a [ SemVer ](https://semver.org/)-based tag for production deployment.
2. Run an instance of OCA Repository
```
docker run
-p 8000:8000
-v $PWD/config/config.yml:/app/config/config.yml:ro
humancolossus/oca-repository-rs:latest
```
3. See the `openapi.yml` spec under the `OCA Repository` tag for all available endpoints.


## Core components

Expand Down

0 comments on commit 6b9faa5

Please sign in to comment.