Show More
@@ -22,4 +22,7 b' RC_SSH_PORT=9022' | |||
|
22 | 22 | # user/password for first admin user created for access |
|
23 | 23 | RHODECODE_USER_EMAIL=admin@rhodecode.com |
|
24 | 24 | RHODECODE_USER_NAME=admin |
|
25 |
RHODECODE_USER_PASS= |
|
|
25 | RHODECODE_USER_PASS=secret4 | |
|
26 | ||
|
27 | ## New since 4.27.0, default GIT branch name can be changed | |
|
28 | GIT_DEFAULT_BRANCH_NAME=master No newline at end of file |
@@ -24,6 +24,7 b' Visit docker site and install docker (min version 20.10) and docker compose:' | |||
|
24 | 24 | - https://docs.docker.com/engine/install/ |
|
25 | 25 | - https://docs.docker.com/compose/install/ |
|
26 | 26 | |
|
27 | The instructions below outline installation of the current stable release (v1.29.2) of Compose. | |
|
27 | 28 | |
|
28 | 29 | ## Data structure |
|
29 | 30 | |
@@ -89,10 +90,13 b' drwxr-xr-x 14 rcdev rcdev 448B Feb 8 10:40 ..' | |||
|
89 | 90 | |
|
90 | 91 | ## Set License for EE version |
|
91 | 92 | |
|
92 | This setup would use a provided license from a file | |
|
93 | `config/compose/rhodecode_enterprise.license` If you have a full license, or a trial one | |
|
94 | please save the license data inside this file, so it will be applied at creation. | |
|
95 | This file can also be empty and license can be applied via a WEB interface. | |
|
93 | In order to setup EE edition with a valid license applied during build phase | |
|
94 | Save your raw license data into a file | |
|
95 | ||
|
96 | `config/compose/rhodecode_enterprise.license` | |
|
97 | ||
|
98 | If this file is present build phase will read it and license will be applied at creation. | |
|
99 | This file can also be empty and license can be applied via a WEB interface after first login. | |
|
96 | 100 | |
|
97 | 101 | ## Run Docker compose build: |
|
98 | 102 |
General Comments 0
You need to be logged in to leave comments.
Login now