##// END OF EJS Templates
env: updated env file...
super-admin -
r9:fed1dc43
parent child Browse files
Show More
@@ -22,4 +22,7 b' RC_SSH_PORT=9022'
22 # user/password for first admin user created for access
22 # user/password for first admin user created for access
23 RHODECODE_USER_EMAIL=admin@rhodecode.com
23 RHODECODE_USER_EMAIL=admin@rhodecode.com
24 RHODECODE_USER_NAME=admin
24 RHODECODE_USER_NAME=admin
25 RHODECODE_USER_PASS=qweqwe
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 - https://docs.docker.com/engine/install/
24 - https://docs.docker.com/engine/install/
25 - https://docs.docker.com/compose/install/
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 ## Data structure
29 ## Data structure
29
30
@@ -89,10 +90,13 b' drwxr-xr-x 14 rcdev rcdev 448B Feb 8 10:40 ..'
89
90
90 ## Set License for EE version
91 ## Set License for EE version
91
92
92 This setup would use a provided license from a file
93 In order to setup EE edition with a valid license applied during build phase
93 `config/compose/rhodecode_enterprise.license` If you have a full license, or a trial one
94 Save your raw license data into a file
94 please save the license data inside this file, so it will be applied at creation.
95
95 This file can also be empty and license can be applied via a WEB interface.
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 ## Run Docker compose build:
101 ## Run Docker compose build:
98
102
General Comments 0
You need to be logged in to leave comments. Login now