diff --git a/.env b/.env index 7945e2f..065031b 100644 --- a/.env +++ b/.env @@ -22,4 +22,7 @@ RC_SSH_PORT=9022 # user/password for first admin user created for access RHODECODE_USER_EMAIL=admin@rhodecode.com RHODECODE_USER_NAME=admin -RHODECODE_USER_PASS=qweqwe +RHODECODE_USER_PASS=secret4 + +## New since 4.27.0, default GIT branch name can be changed +GIT_DEFAULT_BRANCH_NAME=master \ No newline at end of file diff --git a/README.md b/README.md index 468196b..c663ee4 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Visit docker site and install docker (min version 20.10) and docker compose: - https://docs.docker.com/engine/install/ - https://docs.docker.com/compose/install/ +The instructions below outline installation of the current stable release (v1.29.2) of Compose. ## Data structure @@ -89,10 +90,13 @@ drwxr-xr-x 14 rcdev rcdev 448B Feb 8 10:40 .. ## Set License for EE version -This setup would use a provided license from a file -`config/compose/rhodecode_enterprise.license` If you have a full license, or a trial one -please save the license data inside this file, so it will be applied at creation. -This file can also be empty and license can be applied via a WEB interface. +In order to setup EE edition with a valid license applied during build phase +Save your raw license data into a file + +`config/compose/rhodecode_enterprise.license` + +If this file is present build phase will read it and license will be applied at creation. +This file can also be empty and license can be applied via a WEB interface after first login. ## Run Docker compose build: