mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Add support for jRebel hot reloading.
The java files in the repository can be hot reloaded when started from the share docker-file.
This commit is contained in:
@@ -170,3 +170,10 @@ docker-compose up
|
||||
> Be aware of the fact that the Share images can not be started independently from Repo
|
||||
|
||||
e.g. In order to start an instance of rm-enterprise-repo and rm-enterprise-share, the above command must be run in rm-enterprise-share after the images have been built.
|
||||
|
||||
## Start the Docker images with jRebel in remote server mode
|
||||
|
||||
If you have a license for jRebel then this can be used from the rm-community-share or rm-enterprise-share directories with:
|
||||
```
|
||||
docker-compose -f docker-compose.yml -f jrebel-docker-compose.yml --project-name agsdev up --build --force-recreate
|
||||
```
|
||||
|
Reference in New Issue
Block a user