Changes between Version 18 and Version 19 of WindowsServiceScript


Ignore:
Timestamp:
Jun 3, 2022, 11:25:50 AM (2 years ago)
Author:
figaro
Comment:

Add general installation instructions

Legend:

Unmodified
Added
Removed
Modified
  • WindowsServiceScript

    v18 v19  
    66
    77This a simple script to install and run Trac as Windows service.
    8 It supports Start and Stop command, and log messages to event log.
     8It supports Start and Stop command, and log messages to the event log.
    99
    10 This script design is inspired from [http://turbogears.org/ TurboGears] similar script.
     10This script design is inspired by [http://turbogears.org/ TurboGears] similar script.
    1111
    1212=== Usage
     
    2424}}}
    2525
    26 '''Vista/Windows 7:''' You must run as administrator, or tracservice will be unable to manage the service.
     26'''Vista/Windows 7:''' You must run these commands as administrator, else Trac will be unable to manage the service.
    2727
    2828=== Comments
    2929
    30 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/].
     30Script + 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:
    3131{{{
    3232PYTHON = r'D:/trac/Python25/python.exe'
     
    5757You can checkout WindowsServiceScript from [/svn/windowsservicescript here] using Subversion, or [source:windowsservicescript browse the source] with Trac
    5858
     59== Installation
     60
     61General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     62
    5963== Recent Changes
    6064