Mercurial > p > roundup > code
diff doc/admin_guide.txt @ 2068:65b5297b488f
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 03 Mar 2004 05:00:26 +0000 |
| parents | fc52d57c6c3e |
| children | a276e2531321 |
line wrap: on
line diff
--- a/doc/admin_guide.txt Tue Mar 02 22:24:07 2004 +0000 +++ b/doc/admin_guide.txt Wed Mar 03 05:00:26 2004 +0000 @@ -2,7 +2,7 @@ Administration Guide ==================== -:Version: $Revision: 1.2 $ +:Version: $Revision: 1.3 $ .. contents:: @@ -17,20 +17,20 @@ directories. On Windows, this is typically: Scripts - <python dir>\scripts\... + ``<python dir>\scripts\...`` Core code - <python dir>\lib\site-packages\roundup\... + ``<python dir>\lib\site-packages\roundup\...`` Support files - <python dir>\share\roundup\... + ``<python dir>\share\roundup\...`` and on Unix-like systems (eg. Linux): Scripts - <python root>/bin/... + ``<python root>/bin/...`` Core code - <python root>/lib-<python version>/site-packages/roundup/... + ``<python root>/lib-<python version>/site-packages/roundup/...`` Support files - <python root>/share/roundup/... + ``<python root>/share/roundup/...`` 2. The installation of a specific tracker. When invoking the roundup-admin "inst" (and "init") commands, you're creating a new Roundup tracker. This
