# HG changeset patch # User anatoly techtonik # Date 1462359426 -10800 # Node ID d3efcaa0d6ff8feb091b4c663372f94a4e7e7b67 # Parent d995ee7d49bf28ebd2d06944a68bbea0222e180a www: Extend code instructions with demo and test commands diff -r d995ee7d49bf -r d3efcaa0d6ff website/www/code.txt --- 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 `_. -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 `. + +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 `_ +for more info.