Once the server is started it is available on port 8181, it comes with a pre-configured project named “example” that enables you to test the installation and see how things are working.
The following steps will enable you to verify that all the components are properly working.
The DITA-OP EasyTrac package is coming with the Bitten Trac plugin installed and everything necessary to launch build configurations produced by the DITA-OP Editor.
The installation already contains the result of a successful build, the output of this build is available at http://localhost:8181/builds/build_ditadoc_1/ but, since Bitten will not build the documentation again if nothing has changed in Subversion, we have to invalidate this build before launching the Bitten slave that will re-build the documentation.
The Subversion repositories and Trac projects are anonymously accessible in read-only mode. To be able to write into the repositories, edit wiki pages or work Trac tickets, users must be added and given access rights.
By default the DITA-OP EasyTrac package comes with only one administrative user whose user name is “admin” and password is “admin”.
The links to localhost on this page have a typo in them: they point to locahost instead, which of course gives you a host not found error.
Thanks David, it’s corrected now
I don’t know what the uptake has been on this package, but I have been able to set it up and use it quite easily.
The only difficulty I had was using a WebDAV client to manipulate the repository. I kept getting 409 Conflict error messages whenever I tried to do anything.
To fix the problem, I had to add this directive to the block in httpd.conf:
SVNAutoversioning on
Once I did that, it worked great.
I would also love to see the Trac repository browser use an XML-aware diff. I’ll be looking into that and will comment if I get something working.
Ben
HI Ben,
Thanks for the feedback, I will look into this SVNAutoversioning option and update the package accordingly.
As for the xml-aware diff, keep me posted if you find anything.
Claude