[Trac] Multi-project plugin

2008-09-29 Thread Lars Stavholm

Hi All,

those of you using a multi-project setup,
which plugin(s) do you use?
Is TracForge the only or best option?
What's used on the Trac home page, anyone know?

Any advice in this are appreciated
/Lars

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Multi project

2008-06-02 Thread Macbane

Hi,

I have read some of the proposals, for multi project trac. How do
people feel about it, because trac is fine for a small project but
breaks down when you get to a stage where you are working on many
projects at once. Is trac going to support those features or stay the
way it is? How do users feel about it.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] trac multi project use the same python file

2008-03-02 Thread amird

Hi

I already created multi project in Trac.
I have the same python plugin file to all the projects that exist
under
/srv/trac/proj_name/plugins/
FlexibleAssignTo-0.6-py2.4.egg
SampleValidOwnerProvider.py

but when i will used one project the other one cannot see this plugin
file.

Why ?

maybe i should put it in other place ?
or i will need to do something with the mod_python option ?

need help.

Thanks


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac multi project

2007-08-19 Thread [EMAIL PROTECTED]

Thanks,

we want to manage multiple project using single installation of Trac
link the way that used at http://trac.edgewall.org, 
http://wiki.linuxfromscratch.org/
and etc.

we used  trac-admin SampleProject initenv  to initial new project on
Trac. but it askes us to use  tracd --port PORTNUMBER SimpleProject
 (e.g. tracd --port 81 SimpleProject) and it set up new apache alias
to handle new project on port 81

can wa have setup our new projects on single Trac installation using
trac-admin command?





On Aug 18, 4:22 am, Axton [EMAIL PROTECTED] wrote:
 On 8/17/07, Noah Kantrowitz [EMAIL PROTECTED] wrote:



  Specifically look at the TRAC_ENV_PARENT_DIR option.

  --Noah

  iman wrote:
   hi
   we are trying to setup trac in our university to host multiple
   projects
   does trac have ability to host multiple projects on the same ports
   (e.g 80) ?

   for example :
   DOMAINNAME.com/project1
   DOMAINNAME.com/project2 ...

 I use TRAC_ENV_PARENT_DIR to host a few projects.  You can layout the
 front page however you want using either a clearsilver or genshi
 template.

 http://arswiki.org/projects

 The above url is a clearsilver base (0.10.x) trac app.  I have another
 (0.11.x), but it is not on an externally accessible network.

 There are also trac plugins that allow users to register/create new
 projects on the web.

 Axton Grams


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac multi project

2007-08-19 Thread Emmanuel Blot

You can use tracd with the -e option to serve several projects with a
single tracd instance on the same port.

IOW:
trac-admin create projects/projectA
trac-admin create projects/projectB
trac-admin create projects/projectC
tracd -e projects

I'm not sure why you would want to use both Apache and tracd at the same time ?

On 8/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 can wa have setup our new projects on single Trac installation using
 trac-admin command?

Cheers,
Manu

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac multi project

2007-08-19 Thread [EMAIL PROTECTED]

Thanks a lot

I just follow the manner that mention by trac-admin.
can u give me more information about tracd and inform me is there any
other way to manage multi projects with single trac installation
without trac-admin and tracd?



On Aug 19, 8:37 pm, Emmanuel Blot [EMAIL PROTECTED] wrote:
 You can use tracd with the -e option to serve several projects with a
 single tracd instance on the same port.

 IOW:
 trac-admin create projects/projectA
 trac-admin create projects/projectB
 trac-admin create projects/projectC
 tracd -e projects

 I'm not sure why you would want to use both Apache and tracd at the same time 
 ?

 On 8/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

  can wa have setup our new projects on single Trac installation using
  trac-admin command?

 Cheers,
 Manu


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac multi project

2007-08-19 Thread Dimitri Maziuk

On Sunday 19 August 2007 14:29:21 [EMAIL PROTECTED] wrote:
 Thanks a lot

 I just follow the manner that mention by trac-admin.
 can u give me more information about tracd and inform me is there any
 other way to manage multi projects with single trac installation
 without trac-admin and tracd?

They're two different things. Trac-admin is for managing projects, you can't 
live without it. Tracd is trac's built-in http server. You can use apache 
with mod-python or cgi instead. It's all in the fine manual.

Dima
-- 
Dimitri Maziuk
Programmer/sysadmin
BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac multi project

2007-08-17 Thread Emmanuel Blot

Yes, the same machine can serve as many projects as you want on the same port.

 we are trying to setup trac in our university to host multiple
 projects
 does trac have ability to host multiple projects on the same ports
 (e.g 80) ?

 for example :
 DOMAINNAME.com/project1
 DOMAINNAME.com/project2 ...

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] trac multi project

2007-08-17 Thread iman

hi
we are trying to setup trac in our university to host multiple
projects
does trac have ability to host multiple projects on the same ports
(e.g 80) ?

for example :
DOMAINNAME.com/project1
DOMAINNAME.com/project2 ...


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac multi project

2007-08-17 Thread Aaron D. Marasco
That is a function of Apache, not trac.

However, you may want to look into DrProject - https://www.drproject.org/

  - Aaron


On 8/17/07, iman [EMAIL PROTECTED] wrote:


 hi
 we are trying to setup trac in our university to host multiple
 projects
 does trac have ability to host multiple projects on the same ports
 (e.g 80) ?

 for example :
 DOMAINNAME.com/project1
 DOMAINNAME.com/project2 ...


 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac multi project

2007-08-17 Thread Noah Kantrowitz

Specifically look at the TRAC_ENV_PARENT_DIR option.

--Noah

iman wrote:
 hi
 we are trying to setup trac in our university to host multiple
 projects
 does trac have ability to host multiple projects on the same ports
 (e.g 80) ?

 for example :
 DOMAINNAME.com/project1
 DOMAINNAME.com/project2 ...


 

   


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac multi project

2007-08-17 Thread Axton

On 8/17/07, Noah Kantrowitz [EMAIL PROTECTED] wrote:

 Specifically look at the TRAC_ENV_PARENT_DIR option.

 --Noah

 iman wrote:
  hi
  we are trying to setup trac in our university to host multiple
  projects
  does trac have ability to host multiple projects on the same ports
  (e.g 80) ?
 
  for example :
  DOMAINNAME.com/project1
  DOMAINNAME.com/project2 ...
 
 
  
 
 


 

I use TRAC_ENV_PARENT_DIR to host a few projects.  You can layout the
front page however you want using either a clearsilver or genshi
template.

http://arswiki.org/projects

The above url is a clearsilver base (0.10.x) trac app.  I have another
(0.11.x), but it is not on an externally accessible network.

There are also trac plugins that allow users to register/create new
projects on the web.

Axton Grams

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---