Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
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'.

In reply to Re^3: a question on case/software engineering by olus
in thread a question on case/software engineering by user2000

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-18 18:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found