Changes between Initial Version and Version 1 of Ticket #12416


Ignore:
Timestamp:
Jun 25, 2015, 9:36:54 AM (10 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12416 – Description

    initial v1  
    55Traceback (most recent call last):
    66
    7 OS: CentOS7
    8 Trac: 1.0.5
    9 Python: 2.7
     7 - OS: CentOS7
     8 - Trac: 1.0.5
     9 - Python: 2.7
    1010
    1111I fallow this command
    1212
    13 1.#python setup.py bdist_egg
    14 
    15 2.mv dist/AdvancedTicketWorkflowPlugin-1.2.0-py2.7.egg /trac/myprojact/plugins/
    16 
    17 EDIT  TRAC.ini
    18 3.vi trac.ini
     13 1. `# python setup.py bdist_egg`
     14 2. `mv dist/AdvancedTicketWorkflowPlugin-1.2.0-py2.7.egg /trac/myprojact/plugins/`
     15 3. EDIT  Trac.ini
     16{{{
     17# vi trac.ini
    1918[components]
    2019advancedworkflow.* = enabled
    21 
    22 start Tracd
    23 3.#tracd -p 80 --basic-auth="ttfb-trac,/var/trac/ttfb-trac/auth/passwords,ttfb-trac" /var/trac/ttfb-trac
    24 
     20}}}
     21 4. start Tracd
     22{{{
     23#tracd -p 80 --basic-auth="ttfb-trac,/var/trac/ttfb-trac/auth/passwords,ttfb-trac" /var/trac/ttfb-trac`
     24}}}
    2525------I check my trac web----------
    2626same error from my console
    27 
     27{{{
    2828Exception happened during processing of request from ('192.168.0.180', 52824)
    2929Traceback (most recent call last):
     
    7272
    7373error: option -p not recognized
     74}}}