0

I have launched a TRAC demo server in cloud using Bitnami hosting. I just want to check how to work with multiple projects in TRAC. Now I can see only one project in the demo server and no options are there to add new project.

Bitnami wiki explains how to create a new project in windows/mac via cmd but I can't find any info about project creation in cloud. Can somebody help me with this?

Leigh
  • 28,765
  • 10
  • 55
  • 103
bumblebee87
  • 81
  • 1
  • 3
  • 10

2 Answers2

0

It's not fully clear what you understand of "projects"; that term is ambiguous. But there are 2 possibilities:

On the level of Apache and its Trac instances:

  • bitnami-trac-1.0.1\apache2\conf\httpd.conf contains an include of bitnami-trac-1.0.1\apps\trac\conf\trac.conf and you can add another <Location> of a new Trac instance there. This will allow to run multiple Tracs within one Apache. See this Trac wiki about MultipleProject for details. Basically, first you need to create a second Trac instance (with its database) by calling bitnami-trac-1.0.1\apps\trac\Scripts\trac-admin.exe from Bitnami command line shell.

On the level of Trac and its plugins:

falkb
  • 1,294
  • 11
  • 35
0

You need to access your machine and use the command line. Take a look at the documentantion for accessing your server: http://wiki.bitnami.com/BitNami_Cloud_Hosting/Servers/Access_your_machine

kaysa
  • 1,491
  • 13
  • 9