comparison website/www/code.txt @ 5057:d3efcaa0d6ff

www: Extend code instructions with demo and test commands
author anatoly techtonik <techtonik@gmail.com>
date Wed, 04 May 2016 13:57:06 +0300
parents fc0f7655411b
children c36ad0ba6aa3
comparison
equal deleted inserted replaced
5056:d995ee7d49bf 5057:d3efcaa0d6ff
3 3
4 Project history is maintained in `CHANGES.txt <https://sourceforge.net/p/roundup/code/ci/tip/tree/CHANGES.txt>`_ 4 Project history is maintained in `CHANGES.txt <https://sourceforge.net/p/roundup/code/ci/tip/tree/CHANGES.txt>`_
5 file in code repository of Roundup, which can also be viewed online 5 file in code repository of Roundup, which can also be viewed online
6 through SourceForge `web interface <https://sourceforge.net/p/roundup/code/>`_. 6 through SourceForge `web interface <https://sourceforge.net/p/roundup/code/>`_.
7 7
8 Sources 8 Get sources
9 ------- 9 -----------
10 10
11 Official **read-only access** to Mercurial repository is provided through :: 11 Official **read-only access** to Mercurial repository is provided through ::
12 12
13 hg clone http://hg.code.sf.net/p/roundup/code roundup 13 hg clone http://hg.code.sf.net/p/roundup/code roundup
14 14
18 18
19 hg clone ssh://USERNAME@hg.code.sf.net/p/roundup/code roundup 19 hg clone ssh://USERNAME@hg.code.sf.net/p/roundup/code roundup
20 20
21 You also need to be added as a Roundup developer for write access - ask 21 You also need to be added as a Roundup developer for write access - ask
22 for it on the :doc:`roundup-devel list <contact>`. 22 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.

Roundup Issue Tracker: http://roundup-tracker.org/