##// END OF EJS Templates
docs: fixes some info about installation for custom rcstack
super-admin -
Show More
@@ -30,21 +30,6 b' To quickly get and install rcstack run this command'
30 ./rcstack get-started
30 ./rcstack get-started
31
31
32
32
33 .. note::
34
35 If you want to use certain installation channel. e.g latest vs stable you can use the special /get/ url
36
37 .. code-block:: bash
38
39 curl -L -s -o rcstack https://dls.rhodecode.com/get/master && chmod +x rcstack
40
41 Where 'master' is the git revision to be used. It can be 'stable', 'master', 'v5.8.0' or raw commit ID.
42 This ideally works with init + docker-revision flag
43
44 .. code-block:: bash
45
46 ./rcstack init --docker-revision=master
47
48
33
49 Using a docker-compose this setup creates following services for RhodeCode:
34 Using a docker-compose this setup creates following services for RhodeCode:
50
35
@@ -13,6 +13,22 b' To get started with RhodeCode get the new shell installer called rcstack'
13 ./rcstack get-started
13 ./rcstack get-started
14
14
15
15
16 .. note::
17
18 If you want to use certain installation channel. e.g latest vs stable you can use the special /get/ url
19
20 .. code-block:: bash
21
22 curl -L -s -o rcstack https://dls.rhodecode.com/get/master && chmod +x rcstack
23
24 Where 'master' is the git revision to be used. It can be 'stable', 'master', 'v5.8.0' or raw commit ID.
25 This ideally works with init + docker-revision flag
26
27 .. code-block:: bash
28
29 ./rcstack init --docker-revision=master
30
31
16 rcstack is open-source and you can find source for it here:
32 rcstack is open-source and you can find source for it here:
17
33
18 https://code.rhodecode.com/rhodecode-enterprise-docker
34 https://code.rhodecode.com/rhodecode-enterprise-docker
General Comments 0
You need to be logged in to leave comments. Login now