diff --git a/.gitignore b/.gitignore index b9745c75ff..00f0a7cf70 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/README.md b/README.md index 2ce5ab2ae7..75eb0f843d 100644 --- a/README.md +++ b/README.md @@ -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 +```