##// END OF EJS Templates
Show More
Commit message Age Author Refs
r549:78f170eb
feat(rcstack): bumped version
0
r548:8882adbe
feat(dev-tools): check version if no arg is given
0
r547:f253ca3a
feat(rcstack): added doctor commands to check system health
0
r546:abbe4798
feat(rcstack): regenerated with bashly 1.2.2
0
r545:1e5d8bbe
feat(dev-tools): bumped bashly to 1.2.2
0
r544:be00809d
fix(cli): fixed image-info command problems
0
r543:1cd9e1c6
chore(dev-tools): fix dev-tools unset
0
r542:b3bb962f
chore(changelog): updated changelog
0
r541:45c0cf56
image: optimize size by removing manpages
0
r540:4df85cfe
docs: updated dockerfile
0
< 1 2 3 4 5 6 7 .. 55 >

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