|
From: Mercurial C. <th...@in...> - 2026-05-18 19:45:55
|
# HG changeset patch # User John Rouillard <ro...@ie...> # Date 1779117936 14400 # Mon May 18 11:25:36 2026 -0400 # Node ID d2da5f9c2ea8a2947459c517c1b0ca0f7284c4c9 # Parent c51756a8a3685210fc0392d63d8a028ec42d7428 doc: fix bad directions for starting demo server from hg clone Ross Boylan reported incomplete and wrong directions for starting the demo server from an hg clone. I modified his suggested changes a bit. diff -r c51756a8a368 -r d2da5f9c2ea8 CHANGES.txt --- a/CHANGES.txt Mon May 18 01:17:22 2026 -0400 +++ b/CHANGES.txt Mon May 18 11:25:36 2026 -0400 @@ -123,6 +123,8 @@ submits the form. Clicking it says the form has been submitted please wait. This change allows the submit button to submit the form again after 5 seconds. (John Rouillard) +- Fix developers.txt doc bug (discovered by Ross Boylan, change by + John Rouillard) Features: diff -r c51756a8a368 -r d2da5f9c2ea8 doc/developers.txt --- a/doc/developers.txt Mon May 18 01:17:22 2026 -0400 +++ b/doc/developers.txt Mon May 18 11:25:36 2026 -0400 @@ -114,10 +114,10 @@ directions on getting read write access which allows pushing to the repository. -Once you have your clone, you can run ``python3 ./demo -b -sqlite`` and get a working Roundup server. This will start -the server using the ``sqlite`` backend. The code is in the -``roundup`` subdirectory. +Once you have your clone, change to the root of the tree and +run ``python3 ./demo.py -b sqlite`` to get a working Roundup +server. This will start the server using the ``sqlite`` backend. The +code is in the ``roundup`` subdirectory. To test internationalization in your environment, you have to process the locale sub-directory into a form that roundup's |