Edgewall Software

Changes between Version 303 and Version 304 of TracOnWindows


Ignore:
Timestamp:
Feb 27, 2015, 9:10:52 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v303 v304  
    66as happened in TracOnWindows@283. Thanks!
    77}}}
    8 = Trac on Windows =
    98
    10 == Installing Trac on Windows ==
     9= Overview of installing Trac on Windows
    1110
    1211There are several ways to get Trac up and running on Windows. This page will give you an overview.
    1312
    14 The CookBook/Installation#OnWindows lists several detailed '''step-by-step installation guides''' that are easy to follow, in the typical Windows point-and-click style.
     13 1. '''Step-by-step installation guides''' can be found in the CookBook/Installation#OnWindows. They are easy to follow and use the typical Windows point-and-click style.
     14 1. '''All-in-one installer''' is provided through the BitNami Trac stack. It provides a Windows installer (as well as Linux and Mac OSX ones) that will install in a self-contained environment Python, Apache and Subversion, along with Trac and Genshi. It will let you create a new repository and a new Trac environment. Alternatively, you can also get the same software as a VMWare image or even an Amazon Machine Images.
     15 1. '''A list of the various installers''' can be found on page TracOnWindows@282.
    1516
    16 If you're looking for an '''all-in-one installer''', then the BitNami Trac stack is probably what you're looking for. It provides a Windows installer (as well as Linux, Mac x86, and Mac PPC ones) that will install in a self-contained environment Python, Apache and Subversion, along with Trac and Genshi, and will let you create a new repository and a new Trac environment. Alternatively, you can also get the same software as a VMWare image or even an Amazon Machine Images.
    17 
    18 If all you want is a convenient '''list of the various installers''' you would need to install the different packages by yourself and stay in complete control, stay tuned (for now you can get some of them from an earlier version of this page, TracOnWindows@282).
    19 
    20 Whichever method you pick, it will not hurt to familiarize yourself with some key concepts like the TracEnvironment, and also the TracStandalone web front-end, useful for testing or for setting up directly as a service.
     17Whichever method you pick, please familiarize yourself with some key concepts like the TracEnvironment, and also the TracStandalone web front-end, useful for testing or for setting up directly as a service.
    2118
    2219The TracOnWindows/Advanced instructions cover in details alternative ways to install Trac on Windows, on different database backends or on different web server front-ends.