Calendar

Sponsors

RSS

About

This is a collection of video tutorials on anything to help developers of all standards. Ranging from ColdFusion to Source Control and Automated Builds.

Install Trac on Windows

Posted At : January 21, 2008 8:16 PM | Posted By : Inner Rhythm TV
Related Categories: Windows , Trac

Next we will install the Subversion binaries, the next two entries will cover installing TortoiseSVN, and then attaching Subversion to Apache. If you haven't downloaded the Zip File then do so now, this Zip Contains all the files required to Install Apache, SVN & Trac. there is a Video to View [QuickTime | You Tube] You can increase the size of each of the images by clicking on them, so lets get started:

Open a command window.
Type CD "C:\Documents and Settings\Administrator\Desktop\TracDownload\Trac" and press return.
Type easy_install Genshi-0.5dev_r786-py2.5-win32.egg and press enter
This will install Genshi, which is required for Trac 0.11
Next go to the trac directory by typing cd Trac0.11 and press enter.

 

[UPDATED 2008-03-15]

A new Beta Release of Trac has Been released and it is easier to just type:

easy_install http://svn.edgewall.org/repos/trac/tags/trac-0.11b2/

Next we install Trac by typing Python setup.py install and press enter.
Trac will then be installed.
Go to the Data folder / TracRepos and create a new folder called Project1
Go into this folder and copy the location from the address bar.
go back to the command window and type CD and paste the location in and press enter.
Next we will create a new Trac enviroment bt typing: trac-admin . initenv and press return.
For the Project name we'll enter Project1 and press return.
You will then be asked for the datanase details leave this blank to accept the default and press return.
Next you are assked for the repositoty type again leave this blank to accept the deafult of SVN and press reurn.
Next you are asked the location of the SVN Repository.
Go to the Repository of SVN and copy the location in the address bar.
Paste the location in and press return.
The install will create a new Trac Enviroment.
Copy the tracd line and paste it into the command prompt and press reurn you will then be able to test the trac install.
Go to http://127.0.0.1/Trac
You will thne see that trac has been installed.

For more help with your Apache, Subversion or Trac install please contact .

Related Blog Entries

Comments