Mercurial > p > roundup > code
changeset 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 | d995ee7d49bf |
| children | c36ad0ba6aa3 |
| files | website/www/code.txt |
| diffstat | 1 files changed, 20 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/website/www/code.txt Sat Apr 30 21:33:41 2016 -0400 +++ b/website/www/code.txt Wed May 04 13:57:06 2016 +0300 @@ -5,8 +5,8 @@ file in code repository of Roundup, which can also be viewed online through SourceForge `web interface <https://sourceforge.net/p/roundup/code/>`_. -Sources -------- +Get sources +----------- Official **read-only access** to Mercurial repository is provided through :: @@ -20,3 +20,21 @@ You also need to be added as a Roundup developer for write access - ask for it on the :doc:`roundup-devel list <contact>`. + +Run demo +-------- + +Roundup doesn't need any dependencies and works out of the box. Demo +is accessible at http://localhost:8917/demo/ by default :: + + cd roundup + python demo.py + +Execute tests +------------- +:: + + python run_tests.py + +See repository `README.txt <https://sourceforge.net/p/roundup/code/ci/tip/tree/CHANGES.txt>`_ +for more info.
