Edgewall Software

Changes between Version 115 and Version 116 of TracOnWindows


Ignore:
Timestamp:
Sep 29, 2005, 12:13:34 AM (19 years ago)
Author:
anonymous
Comment:

Added helpful hint about diffutils and also added instructions for enscript.

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v115 v116  
    191191  [[br]]Copy neo_cgi.pyd into C:\Python23\Lib\site-packages
    192192  Alternatively, grab unofficial installers for ClearSilver 0.9.14 from http://clearsilver.yi.org/.
     193
    193194
    19419521. Install Trac
     
    337338
    338339=== Optional Diffutils ===
    339 32. In order for Trac to display diffs, you must download and install [http://gnuwin32.sourceforge.net/packages/diffutils.htm diffutils].  After installing diffutils, you will need to add the path to the diff executable to the Windows PATH environment variable.  '''Note:''' If Apache is running as a service you will need to reboot the machine for it to receive the updated PATH setting.
     34032. In order for Trac to display diffs, you must download and install [http://gnuwin32.sourceforge.net/packages.html diffutils]. (Be sure to download the setup executable as it will install dlls needed by diffutils for you.) After installing diffutils, you will need to add the path to the diff executable to the Windows PATH environment variable.  '''Note:''' If Apache is running as a service you will need to reboot the machine for it to receive the updated PATH setting.
     341
     342=== Optional Enscript ===
     34333. In order for Trac to syntax highlight code, you must download and install [http://gnuwin32.sourceforge.net/packages.html Enscript].  After installing Enscript, you will need to add the path to the enscript executable to the Windows PATH environment variable.  '''Note:''' If Apache is running as a service you will need to reboot the machine for it to receive the updated PATH setting.
    340344
    341345=== Finally... ===
    342 33. Install Subversion clients as necessary (try [http://rapidsvn.tigris.org RapidSVN] , [http://tortoisesvn.tigris.org/ TortoiseSVN] or [http://subclipse.tigris.org/ Subclipse])
    343 
    344 34. Don't forget to lock down the security on the box!
    345 
    346 35. If the svn page would not work properly with saying that DLL is missing, then copy the three DLL's - libdb42.dll - libeay32.dll - ssleay32.dll from your [Subversion]\bin directory to your system directory (most likely C:\Windows\system32).
     34634. Install Subversion clients as necessary (try [http://rapidsvn.tigris.org RapidSVN] , [http://tortoisesvn.tigris.org/ TortoiseSVN] or [http://subclipse.tigris.org/ Subclipse])
     347
     34835. Don't forget to lock down the security on the box!
     349
     35036. If the svn page would not work properly with saying that DLL is missing, then copy the three DLL's - libdb42.dll - libeay32.dll - ssleay32.dll from your [Subversion]\bin directory to your system directory (most likely C:\Windows\system32).
    347351
    348352=== In addition... ===
    349 36. In order to use pre- and post-commit hooks with Subversion on Windows, please refer to diff files described in #897, as the changes are not commited into the trunk as of version 0.8-dev.
     35337. In order to use pre- and post-commit hooks with Subversion on Windows, please refer to diff files described in #897, as the changes are not commited into the trunk as of version 0.8-dev.
    350354
    351355== Upgrading from Trac 0.84 to 0.9-beta1 on Windows ==