#6386 closed defect (fixed)
Incorrect instructions for starting tracd with auths
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | low | Milestone: | 0.11 |
| Component: | wiki system | Version: | |
| Severity: | trivial | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
On page TracStandalone, towards the bottom of the section http://trac.edgewall.org/wiki/TracStandalone#GeneratingPasswordsWithoutApache the instructions for starting tracd read:
python tracd --port 8000 --auth=proj_name,c:\digest.txt,trac c:\path\to\proj_name
The python needs to be removed from this line.
Attachments (0)
Change History (10)
comment:1 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 18 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
comment:3 by , 18 years ago
comment:4 by , 18 years ago
| Resolution: | → invalid |
|---|---|
| Status: | reopened → closed |
'python' may be useful for host who don't know how to execute a Python script (for example, Windows hosts with no ".py" extension, or no associated program to open/run files with such an extension).
It is harmless anyway and should be kept in the documentation.
comment:5 by , 18 years ago
Actually, the python prefix would better put before any call to tracd in the TracStandalone page.
comment:7 by , 18 years ago
| Resolution: | invalid |
|---|---|
| Status: | closed → reopened |
… I might be wrong after all, tracd is now installed as a standalone executable on Windows host… Sorry ;-)
comment:8 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
(mark already fixed the documentation page)
comment:9 by , 18 years ago
python tracd produces an error can't open file 'tracd': [Errno 2] No such file or directory unless the cwd is the binary library containing tracd, which is not the case with the instructions on TracStandalone. I've never seen tracd executed using python tracd anywhere else either.
"Do not 'close' without some explanation." Sorry, my bad.
comment:10 by , 13 years ago
| Milestone: | → 0.11 |
|---|



Do not 'close' without some explanation.