> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> On Behalf Of ray
> Sent: Friday, February 20, 2009 12:15 PM
> To: Trac Users
> Subject: [Trac] Re: General Install Question
>
>
>
>
> On Feb 20, 1:35 pm, "Noah Kantrowitz" <[email protected]> wrote:
> > The minimum you need to get an operational Trac is Python >= 2.5 and
> > setuptools (and Trac itself of course). If you want the source
> browser to
> > work you need to find a download of the Subversion bindings that
> match your
> > svn and apache (APR) versions.
>
> Sorry that I am easily confused. In summary, I need:
>
> 1) Python installed with version 2.5 or newer.
> 2) Setuptools
> 3) Trac
> 4) Subversion bindings (for which source browser, the SVN repo
> browser? Where do the bindings come from?)
> 5) Apache (what is the APR version?)
>
> Seeing the above, it also looks like I should have:
>
> 6) docutils
> 7) PostgresSQL
> 8) pgInstaller for Windows
> 9) psychopg (what is this for?)
> 10) Genshi
> 11) mod_python
Not sure where you go that list, but no. Genshi will be pulled in when you
run `easy_install Trac` automatically, and nothing else you listed is
actually needed. Installing Trac consists of the following:
1. Install Python (I would go with 2.5 from python.org)
2. Install setuptools from
http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c9.win32-py2.
5.exe
3. Run C:\Python25\python.exe C:\Python25\Scripts\easy_install.py Trac
4. Run C:\Python25\Scripts\trac-admin C:\trac initenv
4a. Accept all the defaults other than Project Name
5. Run C:\Python25\Scripts\tracd -s C:\trac
6. Open http://server/ in your browser of choice
7. Enjoy
--Noah
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---