Show More
@@ -14,16 +14,19 b' fix might be already fixed there and i t' | |||||
14 | stable, and not the other way. Finally, when you are finished making a change, |
|
14 | stable, and not the other way. Finally, when you are finished making a change, | |
15 | please send me a pull request. |
|
15 | please send me a pull request. | |
16 |
|
16 | |||
17 |
To run RhodeCode in a development version you always need to install the |
|
17 | To run RhodeCode in a development version you always need to install the latest | |
18 | version of RhodeCode and the VCS library. |
|
18 | required libs from `requires.txt` file. | |
19 |
|
19 | |||
20 | after downloading RhodeCode make sure you run:: |
|
20 | after downloading/pulling RhodeCode make sure you run:: | |
21 |
|
21 | |||
22 | python setup.py develop |
|
22 | python setup.py develop | |
23 |
|
23 | |||
24 |
command to install all required packages, and prepare development |
|
24 | command to install/verify all required packages, and prepare development | |
|
25 | enviroment. | |||
25 |
|
26 | |||
26 |
|
27 | |||
|
28 | After finishing your changes make sure all tests passes ok. You can run | |||
|
29 | the testsuite running nosetest from the project root. | |||
27 |
|
30 | |||
28 | | Thank you for any contributions! |
|
31 | | Thank you for any contributions! | |
29 | | Marcin |
|
32 | | Marcin |
@@ -25,11 +25,11 b' Then make sure you run the following com' | |||||
25 |
|
25 | |||
26 | This will display any changes made by the new version of RhodeCode to your |
|
26 | This will display any changes made by the new version of RhodeCode to your | |
27 | current configuration. It will try to perform an automerge. It's always better |
|
27 | current configuration. It will try to perform an automerge. It's always better | |
28 | to make a backup of your configuration file before hand and recheck the |
|
28 | to make a backup of your configuration file before hand and re check the | |
29 | content after the automerge. |
|
29 | content after the automerge. | |
30 |
|
30 | |||
31 | .. note:: |
|
31 | .. note:: | |
32 | Please always make sure your .ini files are upto date. Often errors are |
|
32 | Please always make sure your .ini files are up to date. Often errors are | |
33 | caused by missing params added in new versions. |
|
33 | caused by missing params added in new versions. | |
34 |
|
34 | |||
35 |
|
35 |
General Comments 0
You need to be logged in to leave comments.
Login now