Changes between Version 15 and Version 16 of WindowsServiceScript


Ignore:
Timestamp:
Dec 8, 2015, 11:31:44 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • WindowsServiceScript

    v15 v16  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Run Trac as Windows Service =
    32
    4 == Description ==
     3= Run Trac as Windows Service
     4
     5== Description
    56
    67This a simple script to install and run Trac as Windows service.
     
    910This script design is inspired from [http://turbogears.org/ TurboGears] similar script.
    1011
    11 == Bugs/Feature Requests ==
     12== Bugs/Feature Requests
    1213
    1314Existing [report:9?COMPONENT=WindowsServiceScript bugs and feature requests] for !WindowsServiceScript.
    1415
    15 If you have any issues, create a [/newticket?component=WindowsServiceScript&owner=flox new ticket].
     16If you have any issues, create a [/newticket?component=WindowsServiceScript new ticket].
    1617
    17 == Source & Download ==
     18[[TicketQuery(component=WindowsServiceScript&group=type,format=progress)]]
     19
     20== Source & Download
    1821
    1922Download and install [http://sourceforge.net/projects/pywin32/ Mark Hammond's Python for Windows Extensions].
    2023
    21 You can [http://trac-hacks.org/svn/windowsservicescript checkout] !WindowsServiceScript using Subversion, or [source:windowsservicescript browse the source] with Trac, or [download:windowsservicescript download] the zipped source.
     24You can checkout WindowsServiceScript from [/svn/windowsservicescript here] using Subversion, or [source:windowsservicescript browse the source] with Trac, or [export:windowsservicescript download] the zipped source.
    2225
    23 Download the script from , or [http://trac-hacks.org/browser/windowsservicescript view script].
     26You can also [/browser/windowsservicescript view the script].
    2427
    25 == Usage ==
     28== Usage
    2629
    27  1. Copy file to '\Python23\Scripts\'
    28  2. Edit CONSTANTS SECTION inside the script
    29  3. Install service:
     30 1. Copy file to '\Python23\Scripts\'.
     31 1. Edit CONSTANTS SECTION inside the script.
     32 1. Install service:
    3033    {{{
    31     #!sh
    32     cd/d c:\python23\scripts
    33     ..\python tracservice.py install
    34     }}}
    35  4. Run service
     34cd/d c:\python23\scripts
     35..\python tracservice.py install
     36}}}
     37 1. Run service:
    3638    {{{
    37     #!sh
    38     ..\python tracservice.py start
    39     }}}
     39..\python tracservice.py start
     40}}}
    4041
    4142'''Vista/Windows 7:''' You must run as administrator, or tracservice will be unable to manage the service.
    4243
    43 == Recent Changes ==
     44== Recent Changes
    4445
    4546[[ChangeLog(windowsservicescript, 3)]]
    4647
    47 == Author/Contributors ==
     48== Author/Contributors
    4849
    4950'''Author:''' [wiki:flox] [[BR]]
    50 '''Maintainer:''' ''none'' [[BR]]
     51'''Maintainer:''' [[Maintainer]] [[BR]]
    5152'''Contributors:'''
    5253
    53 == Comments ==
     54== Comments
    5455
    5556Many thanks ! Script + 0.10 patch works for a multi project setup on 0.11.3. Script + 0.10 patch also works for 0.11.7 using Python 2.6.5 from [http://www.python.org/].