Doc
This commit is contained in:
parent
74bea1183a
commit
638b19e985
|
@ -11,6 +11,7 @@ $ docker-compose -f docker-compose-ce.yml -f docker-compose-embedded-exist.yml u
|
|||
```
|
||||
|
||||
To create an image of Orbeon PE using its embedded eXist database as its persistence layer:
|
||||
|
||||
```
|
||||
$ cp <my-licence-file> secrets/license.xml
|
||||
$ docker-compose -f docker-compose-pe.yml -f docker-compose-embedded-exist.yml up
|
||||
|
@ -24,6 +25,7 @@ $ docker-compose -f docker-compose-ce.yml -f docker-compose-mysql.yml up
|
|||
```
|
||||
|
||||
To create an image of Orbeon PE using a MySQL image as its persistence layer:
|
||||
|
||||
```
|
||||
$ cp <mysql-jdbc-driver> mysql/tomcat/lib/
|
||||
$ cp <my-licence-file> secrets/license.xml
|
||||
|
@ -38,5 +40,6 @@ $ docker-compose -f docker-compose-pe.yml -f docker-compose-mysql.yml up
|
|||
* Use secrets for database credentials
|
||||
* Support modes, authentication, ...
|
||||
* Add user directories
|
||||
* ...
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue