You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the Docker image to take into account the change of the
implementation of the JCR from Jackrabbit 2 to Jackrabbit Oak.
The Docker image will embed a JCR migration script that will be used
to migrate existing JCR of previous versions of the container.
By the way, the Silverpeas global configuration file, config.properties,
isn't anymore overridden by a the running of a new version of a
container; it will be check whether there is an already existing
config.properties file.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,9 @@ To build an image for a given version of Silverpeas 6, say 6.1:
35
35
36
36
$ ./build.sh -v 6.1
37
37
38
-
This will checkout the tag 6.1 and then build the image from the `Dockerfile` at this tag.
38
+
This will checkout the tag 6.1 and then build the image from the tagged `Dockerfile`.
39
39
40
-
By default, the image is created with as default locale `en_US.UTF-8`. To specify another locale, for example `fr_FR.UTF-8`, just do:
40
+
By default, the image is created with `en_US.UTF-8` as the default locale. To specify another locale, for example `fr_FR.UTF-8`, just do:
41
41
42
42
$ ./build.sh -l fr_FR.UTF-8
43
43
@@ -55,7 +55,7 @@ For doing, an excerpt of a Docker compose descriptor `docker-compose.yml` is pro
55
55
56
56
$ docker compose up
57
57
58
-
to launch both the PostgreSQL and Silverpeas services. At creation of the Silverpeas service, Silverpeas will be automatically reconfigured to use the PostgreSQL database as defined in the `.env` file.
58
+
to create and then to launch both the PostgreSQL and Silverpeas services. At creation of the Silverpeas service, Silverpeas will be automatically reconfigured to use the PostgreSQL database as defined in the `.env` file.
0 commit comments