File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ Project history is maintained in `CHANGES.txt <https://sourceforge.net/p/roundup
55file in code repository of Roundup, which can also be viewed online
66through SourceForge `web interface <https://sourceforge.net/p/roundup/code/>`_.
77
8- Sources
9- -------
8+ Get sources
9+ -----------
1010
1111Official **read-only access** to Mercurial repository is provided through ::
1212
@@ -20,3 +20,21 @@ authorization (see `SourceForge.net docs for details
2020
2121You also need to be added as a Roundup developer for write access - ask
2222for it on the :doc:`roundup-devel list <contact>`.
23+
24+ Run demo
25+ --------
26+
27+ Roundup doesn't need any dependencies and works out of the box. Demo
28+ is accessible at http://localhost:8917/demo/ by default ::
29+
30+ cd roundup
31+ python demo.py
32+
33+ Execute tests
34+ -------------
35+ ::
36+
37+ python run_tests.py
38+
39+ See repository `README.txt <https://sourceforge.net/p/roundup/code/ci/tip/tree/CHANGES.txt>`_
40+ for more info.
You can’t perform that action at this time.
0 commit comments