A useful link to mambo Documentation

Hi All,

Here is a link to mambo documentation pointed out by Jill.

http://forum.mamboserver.com/showthread.php?t=43240

Thanks,
Srividya

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Setting up Trac for a new project

The commands that require to be used for setting up trac with a new project are as follows:

The below command invokes a script

>trac-admin /opt/tracdb/(name of the project) initenv

projname: (name of the project)

path:(Path of the project in subversion)

> Login as root and change the permissions of the
opt/tracbd/(project name) contents to apache apache

And The project has been setup with trac!!

Thanks,

Srividya