-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added smaller README (<25K) for cantaloupe so it can be used with Doc…
…kerHub
- Loading branch information
1 parent
84e7770
commit 010b18c
Showing
2 changed files
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Cantaloupe | ||
|
||
Docker image for [Cantaloupe] version 3.3.1. | ||
|
||
Please refer to the [Cantaloupe Documentation] for more in-depth information. | ||
|
||
As a quick example this will bring up an instance of [Cantaloupe], and allow you | ||
to view on <http://localhost:80/cantaloupe/>. | ||
|
||
```bash | ||
docker run --rm -ti -p 80:80 islandora/cantaloupe | ||
``` | ||
|
||
## Dependencies | ||
|
||
Requires `islandora/tomcat` docker image to build. Please refer to the | ||
[Tomcat Image README](../tomcat/README.md) for additional information including | ||
additional settings, volumes, ports, etc. | ||
|
||
## Volumes | ||
|
||
| Path | Description | | ||
| :---- | :------------------- | | ||
| /data | [Cantaloupe Caching] | | ||
|
||
## Settings | ||
|
||
Please see the | ||
[documentation](https://github.com/Islandora-Devops/isle-buildkit/tree/main/cantaloupe#settings) | ||
in Github as the settings here exceed the file length supported by Docker Hub. | ||
|
||
## Logs | ||
|
||
| Path | Description | | ||
| :------------------------------------------ | :---------------- | | ||
| /opt/tomcat/logs/cantaloupe.access.log | [Cantaloupe Logs] | | ||
| /opt/tomcat/logs/cantaloupe.application.log | [Cantaloupe Logs] | | ||
|
||
[Cantaloupe Caching]: https://cantaloupe-project.github.io/manual/3.1/caching.html | ||
[Cantaloupe Documentation]: https://cantaloupe-project.github.io/manual/3.1/getting-started.html | ||
[Cantaloupe Logs]: https://cantaloupe-project.github.io/manual/3.1/logging.html | ||
[Cantaloupe]: https://cantaloupe-project.github.io/ |