Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions doi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,17 @@ docker run --rm -it doi:latest /bin/bash
docker run --rm --user tomcat:tomcat --volume=/path/to/external/config:/config:ro --name doi doi:latest
```

## running it with alternative settings
```
docker run --rm --user tomcat:tomcat --volume=/path/to/external/config:/config:ro --name doi-alt doi:latest
```

#### Note: If running with alternative settings,
1. The `doi.properties` file must contain the `doiIdentifierPrefix`, `publisherGroupURI` and `selfPublish` properties.
2. The config folder should have `war-rename.conf` file with the following content: `mv doi.war doi-alt.war`.
3. The `vospaceParentUri` property in `doi.properties` should be configured to use a different VOSpace folder than a doi service.
```

## Service lifecycle
Usage of this service can be divided into three distinct phases described below. The service does not impose a time limit on each phase.

Expand Down