##// END OF EJS Templates
docs: added 5.8.0 changelog
docs: added 5.8.0 changelog

File last commit:

r307:76d7e66c
r423:f4b42dc7 v5.8.0 master
Show More
README.md
19 lines | 634 B | text/x-minidsrc | MarkdownLexer

Welcome to RhodeCode rcstack!

RhodeCode rcstack is a multi-node highly-scalable setup to run RhodeCode services.
It consists of all RhodeCode services required with additionally
Edge Router(Traefik with optional SSL) and Metrics Stack (Prometheus, Loki, Grafana) in single environment using Docker.

To quickly get and install rcstack run this command

.. code-block:: bash

mkdir docker-rhodecode && cd docker-rhodecode
curl -L -s -o rcstack https://dls.rhodecode.com/get-rcstack && chmod +x rcstack
./rcstack get-started

For more details please check our offical documentation at

https://docs.rhodecode.com/rcstack