Changes between Initial Version and Version 1 of Ticket #12416
- Timestamp:
- Jun 25, 2015, 9:36:54 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12416 – Description
initial v1 5 5 Traceback (most recent call last): 6 6 7 OS: CentOS78 Trac: 1.0.59 Python: 2.77 - OS: CentOS7 8 - Trac: 1.0.5 9 - Python: 2.7 10 10 11 11 I fallow this command 12 12 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 19 18 [components] 20 19 advancedworkflow.* = 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 }}} 25 25 ------I check my trac web---------- 26 26 same error from my console 27 27 {{{ 28 28 Exception happened during processing of request from ('192.168.0.180', 52824) 29 29 Traceback (most recent call last): … … 72 72 73 73 error: option -p not recognized 74 }}}