SAT 07/08 - Attach Trac to Apache on Windows
Next we will attach trac 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:
| If you have followed the prev section you may want to sto tradd by pressing CTRL and C together. | ![]() |
| We will now add the Admin user to the TRAC_ADMIN group by typing trac-admin . permission add Admin TRAC_ADMIN and press return. | ![]() |
| Go back to the unzipped doler and open the copytext.txt file. | ![]() |
| Copy the last line. | ![]() |
| Open the httpd.conf file for apache and paste the include line below the subversion include. | ![]() |
| You can then save the file. | ![]() |
| Restart Apache. | ![]() |
| You can then go to http://127.0.0.1/Trac this will show the projects included. | ![]() |
| Click Project1 and you will see the trac Install. | ![]() |
| Click the login link at the top right. | ![]() |
| Enter the details for your Admin account. | ![]() |
| You will then see the Admin button in the bar to the right, click this and you will see the basic settings page. | ![]() |
For more help with your Apache, Subversion or Trac install please contact
Posted by TV on 01/21/2008 at 8:17 PM | Categories:












Benoit wrote on 02/08/08 10:09 PM
Thank's your work helped me quickly setup a Apache-Trac-SVN server. The trac setup gave me some problems returning, wether on the builtin web server or on Apache , an error message asking me, when I tried to launch the trac webpage, to run a command to upgrade the project environnement, that in the end did not work either. To work around this, I uninstalled Trac and reinstalled from binaries fetched on the web and now it work's fine.Thank's again.
Benoit