Traq Project Forum

Full Version: Configuration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I think you are headed in the right direction as their is a high demand for a php script like this.

From downloading this to ftp and setup took less then 5 minutes to complete.

Though I think a brief description on how to run this should find a place somewhere

Example....

in the traq AdminCP
[Image: example01.th.png]

Also is their any folder permissions that need to be set and when i try to hook svn location the Browse Source link appears but when you click it is a blank page
[Image: browsesource.png]
I will be adding some descriptions to things in the next release.

But for now,
- The "slug" is basically the string that is used in the URI "/{slug}/timeline/".
- The SVN Location is the location to the svn repository trunk, example: http://svn.somewhere.com/reponame/trunk/
I have only tested it with the http:// repositories but svn:// should be fine.

With folder permissions, there should be a directory called "svncache" and it should be able to be written to and read from.
I got the latest version Traq 0.6-svn working on server but still can't seem to get browse Source working.

When I create a new project in the adminCP

Name: Project name
Slug: pn
Description: I place description
Managers: admin
SVN Location: tried http://svn.somewhere.com/reponame/trunk/
tried remote hook local hook nothing keeps coming up a blank page

I set the permissions to svncache folder to 777

I also notice the browse source link is
http://www.domainname.com/project/index.php/pn/source
no pn or source folder or file created any where
in version 0.5 the http://www.domainname.com/project/index.php/pn/source wasn't in url link
If you tried http://svn.somewhere.com/reponame/trunk/ then there is a reason it didn't work, it's not a real repository, try http://svn.vizziweb.com/traq/trunk/

And the index.php part of the URL is there because of the new URI Styles. if you run the upgrade file then go to the AdminCP > Settings page you can choose what style URI to have.

The upgrade file can be found in the install directory, run it from a web browser. Example: yoursite.com/traq/install/upgrade.php
I sent a PM to you but I also notice something where is the Style URI being stored

Clean URI's
mod_rewrite: http://www.domainname.com/project/ticket/4/
http://www.domainname.com/index.php/project/ticket/4/

whats ticket/4 not my project name
Reference URL's