Forums Trac

adding another project

Subscribe to adding another project 2 post(s), 2 voice(s)

 
Avatar JP 1 post

How would one add a new project to the bitnami trac setup?

 
Avatar antonio Administrator 508 post(s)

Hi,

First, load the environment settings by typing from the command line (make sure you’re located at the installation directory)

. scripts/setenv.sh

on Linux and OS X, or

call scripts/setenv.bat

on Windows.

Now, to create the project, type

<installation directory>/trac/bin/trac-admin <path_to_project> initenv

on Linux and OS X, and

python <installation directory>\trac\Scripts\trac-admin <path_to_project> initennv

on Windows, substituting <installation directory> and <path_to_project> accordingly.

Cheers

Forums Trac