From cbe1fd507fae9cffe9b6e1510dd94adfd1a8d7d1 Mon Sep 17 00:00:00 2001 From: carlosjepard Date: Tue, 14 Mar 2023 10:00:20 +0000 Subject: [PATCH 1/2] Changes to README; Added opt-in command to Dockerfile --- Dockerfile | 1 + README.md | 7 ++++++- pom.xml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 95b54ca..9c0116d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,3 +8,4 @@ COPY target/${PLUGIN} ${RODA_HOME}/config/plugins/${PLUGIN}/ USER root RUN ${RODA_HOME}/config/plugins/${PLUGIN}/install_dependencies.sh USER ${RODA_USER} +RUN echo "core.plugins.external.certificates.opt-in=true" > /roda/config/roda-core.properties \ No newline at end of file diff --git a/README.md b/README.md index a8583b2..56659bf 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ It includes: * Quick run instructions * README automatic generation instructions + +> In order to make it possible to see your creations, you must assure that you have these pre-requisites. + +- [Roda Standalone](https://github.com/keeps/roda/tree/master/deploys) (Use Standalone Development, don't open WUI in spring boot) + ## How to build and run To build execute `./build.sh`, this will run with the latest RODA version. @@ -20,7 +25,7 @@ The build script will compile the plugin and create a docker image with the base To run execute (roda-plugin-template should be replaced by the project folder name): ```shell -docker run -p 8080:8080 roda-plugin-template:latest +docker run --network="host" -p 8080:8080 roda-plugin-template:latest ``` Then open in your favorite browser [http://localhost:8080](http://localhost:8080). diff --git a/pom.xml b/pom.xml index efd2151..df14921 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.roda-project roda - 5.0.0 + 5.0.0-SNAPSHOT From f71192ac1ba4196e7afce32e4dec62e67632c7ef Mon Sep 17 00:00:00 2001 From: carlosjepard Date: Thu, 16 Mar 2023 09:13:59 +0000 Subject: [PATCH 2/2] fixed --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index df14921..efd2151 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.roda-project roda - 5.0.0-SNAPSHOT + 5.0.0