mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -6,6 +6,7 @@
|
||||
.project
|
||||
.settings
|
||||
.history
|
||||
*.bak
|
||||
*.eml
|
||||
*.iml
|
||||
*.log*
|
||||
@@ -16,6 +17,8 @@ build.local.properties
|
||||
dist
|
||||
explodedDeps
|
||||
local.properties
|
||||
rebel.xml
|
||||
rebel-remote.xml
|
||||
target
|
||||
test-output
|
||||
|
||||
|
@@ -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