Skip to content

Commit

Permalink
Add instructions for testing and deployment to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SubJunk committed May 18, 2024
1 parent cac607f commit a8d23e5
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
To deploy, run `mvn deploy -P release`
## Running tests
You need the following environment variables in order to run all tests:
```
TMDB_API_KEY
TMDB_API_READ_TOKEN
TMDB_API_ACCESS_TOKEN
TMDB_USERNAME
TMDB_PASSWORD
TMDB_ACCOUNT
```

Most are easy to get via TMDB but `TMDB_API_ACCESS_TOKEN` is tricky. See https://github.com/UniversalMediaServer/UniversalMediaServer/pull/4037#issuecomment-2081531952 for instructions.

## Deployment
Run `mvn deploy -P release`.

On macOS you might need to symlink `gpg2` to `gpg` as described at https://stackoverflow.com/a/69920288/2049714

0 comments on commit a8d23e5

Please sign in to comment.