Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: a question on case/software engineering

by olus (Curate)
on Jan 14, 2008 at 16:33 UTC ( [id://662308]=note: print w/replies, xml ) Need Help??


in reply to Re^2: a question on case/software engineering
in thread a question on case/software engineering

On trac's homepage they have a few links for the documentation that will help you get started as well as getting into some more advanced features.
I have trac installed on a virtual machine, and manage several projects from the same installation.
You must get acquainted with trac's command line tool that allows the initial setup and configuration for each project.

You start by creating an svn repository for each project.
My installation is at /servers/work/...
sudo svnadmin create /servers/work/svn/repo/<PROJECT>
Having created the repository, you can now initialize your trac environment for the PROJECT
sudo trac-admin /servers/work/trac/env/<PROJECT> initenv
Also, typing help on trac-admin's prompt will display a list of available commands and how you can set different levels of permissions.

Do read the TracGuide. They have good documentation.

I have trac online and work with the permissions in order to grant access to different kinds of information.
Everyone can see the wiki and the ticket reports, but wiki and ticket creation are granted only to the developers and 'project owners'.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://662308]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-25 11:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found