Edgewall Software

Changes between Version 198 and Version 199 of TracOnWindows


Ignore:
Timestamp:
Apr 27, 2007, 6:55:39 AM (17 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v198 v199  
    1515== Method 1: Experimental All-In-One Installer ==
    1616
    17 This installation script only requires a Python 2.4 installation and will download and install the basic Trac dependencies and optionally the Subversion libraries. It does not always succeed - see the section Troubleshooting below.
     17This installation script only requires a Python 2.4 installation and will download and install the basic Trac dependencies and optionally the Subversion libraries. It does not always succeed - see the section Troubleshooting below - if you have problems, try Method 3.
    1818
    1919  1. Download and double-click this script to install Trac: [attachment:trac-0.10.3-win32-install.py?format=raw trac-0.10.3-win32-install.py]
     
    4343== Method 3: Manual Installation ==
    4444
    45 If you don't use the ''All-In-One Installer'', you'll have to download and install a few packages manually.
     45If you don't use the ''All-In-One Installer'', you'll have to download and install a few packages manually. This approach has a few more manual steps than the previous ones, but it is almost certain to work and you will know your installation much better at the end than with the more automated approaches. Total install time should be about 20 - 30 minutes if you have a speedy Internet connection.
    4646
    4747=== Setuptools ===
     
    5555=== The command line ===
    5656
    57 You'll need to open a command line to install some of the necessary software:
     57You'll need to open a Windows command line to install some of the necessary software:
    5858
    5959 1. Click "Start" > "Run..." (or press Win+R)
    60  1. Type "cmd" and click "Ok"
     60 1. Type "cmd" and click "Ok" - this opens the Windows command console
    6161 1. Type "cd c:\Python24\Scripts"
    6262