Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12288, comment 17


Ignore:
Timestamp:
Aug 8, 2017, 9:43:08 PM (7 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12288, comment 17

    initial v1  
    44>
    55> Also, if wheel package is installed, tracd.exe is executable format with zip archive. tracd.exe can be specified as a parameter of python.exe.
    6 >
    7 > {{{
    8 > C:\>unzip -l C:\venv\trac-1.0.15\Scripts\tracd.exe
    9 > Archive:  C:/venv/trac-1.0.15/Scripts/tracd.exe
    10 > warning [C:/venv/trac-1.0.15/Scripts/tracd.exe]:  95288 extra bytes at beginning or within zipfile
    11 >   (attempting to process anyway)
    12 >   Length     EAs   ACLs    Date   Time    Name
    13 >  --------    ---   ----    ----   ----    ----
    14 >       201      0      0  17/08/08 18:24   __main__.py
    15 >  --------  -----  -----                   -------
    16 >       201      0      0                   1 file
    17 >
    18 > C:\>C:\venv\trac-1.0.15\Scripts\python.exe C:\venv\trac-1.0.15\Scripts\tracd.exe --help
    19 > Usage: tracd [options] [projenv] ...
    20 >
    21 > Options:
    22 >   --version             show program's version number and exit
    23 >   -h, --help            show this help message and exit
    24 >   -a DIGESTAUTH, --auth=DIGESTAUTH
    25 >                         [projectdir],[htdigest_file],[realm]
    26 >   --basic-auth=BASICAUTH
    27 >                         [projectdir],[htpasswd_file],[realm]
    28 >   -p PORT, --port=PORT  the port number to bind to
    29 >   -b HOSTNAME, --hostname=HOSTNAME
    30 >                         the host name or IP address to bind to
    31 >   --protocol=PROTOCOL   http|scgi|ajp|fcgi
    32 >   -q, --unquote         unquote PATH_INFO (may be needed when using ajp)
    33 >   --http10              use HTTP/1.0 protocol version instead of HTTP/1.1
    34 >   --http11              use HTTP/1.1 protocol version (default)
    35 >   -e PARENTDIR, --env-parent-dir=PARENTDIR
    36 >                         parent directory of the project environments
    37 >   --base-path=BASE_PATH
    38 >                         the initial portion of the request URL's "path"
    39 >   -r, --auto-reload     restart automatically when sources are modified
    40 >   -s, --single-env      only serve a single project without the project list
    41 >
    42 > }}}
     6> [...]
    437
    448Good to know, thanks!