##// END OF EJS Templates
Show More
Commit message Age Author Refs
r423:f4b42dc7
docs: added 5.8.0 changelog
0
r422:94f18f8b
rcstack: added -c flag for --configs for shorted usage.
0
r421:690e875c
fix(docs): fixed error in docs syntax
0
r420:ee7a852f
fix(docs): fixed ordering
0
r419:6cd8af65
fix(docs): added info about SVN re-config when moving to Docker
0
r418:9682fc67
feat(compose): remove version strings as they are deprecated since new compose version
0
r417:6cd53419
docs: updated docs with custom SSL ports and other fixes
0
r416:c92d58bb
feat(router): allow proper ports override to specify custom ports on router.
0
r415:72811748
fix(dev-tools): fix SSH port bind on dev version of sshd server
0
r414:bf027fae
chore(docs): added few extra inline comments on port changes on traefik
0
< 1 2 3 4 5 6 7 .. 43 >

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