Show More
@@ -7,7 +7,7 b'' | |||
|
7 | 7 | RhodeCode Enterprise runs inside a Nix managed environment. This ensures build |
|
8 | 8 | environment dependencies are correctly declared and installed during setup. |
|
9 | 9 | It also enables atomic upgrades, rollbacks, and multiple instances of RhodeCode |
|
10 | Enterprise for efficient cluster management. | |
|
10 | Enterprise running with isolation. | |
|
11 | 11 | |
|
12 | 12 | To set up RhodeCode Enterprise inside the Nix environment, use the following steps: |
|
13 | 13 | |
@@ -59,7 +59,8 b' To do this, use the following example::' | |||
|
59 | 59 | |
|
60 | 60 | .. note:: |
|
61 | 61 | |
|
62 |
If you cannot clone the repository, please request read permissions |
|
|
62 | If you cannot clone the repository, please request read permissions | |
|
63 | via support@rhodecode.com | |
|
63 | 64 | |
|
64 | 65 | |
|
65 | 66 | |
@@ -75,7 +76,8 b' following command from inside the cloned' | |||
|
75 | 76 | .. note:: |
|
76 | 77 | |
|
77 | 78 | On the first run, this will take a while to download and optionally compile |
|
78 | a few things. The following runs will be faster. | |
|
79 | a few things. The following runs will be faster. The development shell works | |
|
80 | fine on MacOS and Linux platforms. | |
|
79 | 81 | |
|
80 | 82 | |
|
81 | 83 | |
@@ -137,5 +139,5 b' Run the Environment Tests' | |||
|
137 | 139 | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
138 | 140 | |
|
139 | 141 | Please make sure that the tests are passing to verify that your environment is |
|
140 | set up correctly. More details about the tests are described in: | |
|
141 | :file:`/docs/dev/testing`. | |
|
142 | set up correctly. RhodeCode uses py.test to run tests. | |
|
143 | Please simply run ``make test`` to run the basic test suite. |
General Comments 0
You need to be logged in to leave comments.
Login now