Skip to content

Commit aa6c280

Browse files
committed
www: Extend code instructions with demo and test commands
1 parent 5f6b90b commit aa6c280

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

website/www/code.txt

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Project history is maintained in `CHANGES.txt <https://sourceforge.net/p/roundup
55
file in code repository of Roundup, which can also be viewed online
66
through SourceForge `web interface <https://sourceforge.net/p/roundup/code/>`_.
77

8-
Sources
9-
-------
8+
Get sources
9+
-----------
1010

1111
Official **read-only access** to Mercurial repository is provided through ::
1212

@@ -20,3 +20,21 @@ authorization (see `SourceForge.net docs for details
2020

2121
You also need to be added as a Roundup developer for write access - ask
2222
for 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.

0 commit comments

Comments
 (0)