##// END OF EJS Templates
Readme: added notice about users should clone this repository....
marcink -
r2:2b922900 4.24.1
parent child Browse files
Show More
@@ -26,7 +26,11 b' Visit docker site and install docker (min version 20.10) and docker compose:'
26
26
27
27
28 # Installation steps
28 # Installation steps
29
29 Follow these steps to build and run the RhodeCode Cluster via Docker-compose.
30 Follow these steps to build and run the RhodeCode Cluster via Docker-compose.
31 Get the repository:
32
33 git clone https://code.rhodecode.com/rhodecode-enterprise-docker && cd rhodecode-enterprise-docker
30
34
31 ## Download installer binaries
35 ## Download installer binaries
32
36
@@ -25,7 +25,6 b' debug = false'
25 #smtp_use_tls = false
25 #smtp_use_tls = false
26 #smtp_use_ssl = true
26 #smtp_use_ssl = true
27
27
28
29 [server:main]
28 [server:main]
30 ; COMMON HOST/IP CONFIG
29 ; COMMON HOST/IP CONFIG
31 host = 0.0.0.0
30 host = 0.0.0.0
@@ -301,6 +300,17 b' labs_settings_active = true'
301 ; This is used to store exception from RhodeCode in shared directory
300 ; This is used to store exception from RhodeCode in shared directory
302 #exception_tracker.store_path =
301 #exception_tracker.store_path =
303
302
303 ; Send email with exception details when it happens
304 #exception_tracker.send_email = false
305
306 ; Comma separated list of recipients for exception emails,
307 ; e.g admin@rhodecode.com,devops@rhodecode.com
308 ; Can be left empty, then emails will be sent to ALL super-admins
309 #exception_tracker.send_email_recipients =
310
311 ; optional prefix to Add to email Subject
312 #exception_tracker.email_prefix = [RHODECODE ERROR]
313
304 ; File store configuration. This is used to store and serve uploaded files
314 ; File store configuration. This is used to store and serve uploaded files
305 file_store.enabled = true
315 file_store.enabled = true
306
316
General Comments 0
You need to be logged in to leave comments. Login now