Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove VIVO configuration mechanism that never takes effect #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Regardless of the usage, you will need to build the images, which require the fo

## VIVO Runtime Example

The example [docker-compose.yml](docker-compose.yml) is a typical installation for trying out a simple VIVO installation in docker. This file starts three containers and uses the standard SDB system with the mariadb backend. This example also shows how a local directory [example-config](example-config) is used to overwrite the default `runtime.properties` as installed by the Dockerfile. Here the root password, and the domain are modified.
The example [docker-compose.yml](docker-compose.yml) is a typical installation for trying out a simple VIVO installation in docker. This file starts three containers and uses the standard SDB system with the mariadb backend. This example also shows how a local directory [example-config](example-config) is used to overwrite the default `runtime.properties` and `applicationSetup.n3` as installed by the Dockerfile. Here the root password, and the domain are modified.

```bash
docker-compose up -d
Expand Down
3 changes: 0 additions & 3 deletions vivo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,5 @@ RUN rm -r /usr/local/tomcat/webapps/examples
# Set properties
# Adjust logging, you can mount over this in docker-compose to further adjust
COPY ./log4j.properties /usr/local/tomcat/webapps/VIVO/WEB-INF/classes
WORKDIR /usr/local/VIVO/home/config
COPY ./dockercompose.runtime.properties runtime.properties
COPY ./example.applicationSetup.n3 applicationSetup.n3

RUN export CATALINA_OPTS="-Xms512m -Xmx512m -XX:MaxPermSize=128m"
376 changes: 0 additions & 376 deletions vivo/dockercompose.runtime.properties

This file was deleted.

Loading