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
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ To create an image of Silverpeas 6 you have to specify the exact versions of Sil
11
11
```
12
12
$ ./build.sh 6.0 10.0.0
13
13
```
14
-
This builds an image containing Silverpeas 6.0 (not yet available) and Wildfly 10.0.0 with the tag `silverpeas-prod-6.0`. The versions passed as argument have to match the versions of Silverpeas and Wildfly available in the Web; indeed, Silverpeas and Wildfly are downloaded from their respective project Web site.
14
+
This builds an image containing Silverpeas 6.0 (not yet available) and Wildfly 10.0.0 with the tag `silverpeas-prod:6.0`. The versions passed as argument have to match the versions of Silverpeas and Wildfly available in the Web; indeed, Silverpeas and Wildfly are downloaded from their respective project Web site.
This image exposes the 8000 port at which Silverpeas is listening and this port is here mapped to the 8080 port of the host.
49
49
It is recommended to mount the volumes `/opt/silverpeas/log` and `/opt/silverpeas/data` from the container. Indeed, the first volume contains the log files produced by the Silverpeas application whereas the second volume contains all the data that are managed by the users in Silverpeas. So, you can easily have a glance at the Silverpeas activity and you can switch to the next version of Silverpeas without losing the data. (Using a [Data Volume Container][data-volume] to map `/opt/silverpeas/log` and `/opt/silverpeas/data` is a better solution.)
@@ -112,7 +112,7 @@ Then to mount the volumes in the Silverpeas container:
112
112
$ docker run --name silverpeas -p 8080:8000 -d \
113
113
--link postgresql:database \
114
114
--volumes-from silverpeas-store \
115
-
silverpeas-prod-6.0
115
+
silverpeas-prod:6.0
116
116
```
117
117
118
118
If you have to customize the settings of Silverpeas or add, for example, a new database definition in Wildfly, then specify these settings with the Data Volume Container:
0 commit comments