[Trac] Re: Trac Project list for .11

2008-10-15 Thread Daniel Hahn

Sorry about that thought I had more details included, don't headache and Email 
;P

http://trac.edgewall.org/wiki/TracInterfaceCustomization
I have set up the main index page as per this Project list section,
Using mod python 

PythonOption TracEnvParentDir /parent/dir/of/projects
PythonOption TracEnvIndexTemplate /path/to/template

But as results my index page is only showing 

Available Projects
$project.name $project.name: Error 
($project.description original home) -- added original home to make sure I was 
editing the correct copy locations.



The apache logs aren’t showing anything unusual. 



-Original Message-
From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Eric 
Shubert
Sent: Tuesday, October 14, 2008 10:31 AM
To: trac-users@googlegroups.com
Subject: [Trac] Re: Trac Project list for .11


Daniel Hahn wrote:
 Anyone have a good explanation of how to get this to work with the .11 
 version?
 
 I have a track instance running with Apache and mod_python with multiple 
 separate projects inside it.
 
 I have been unable to get this list to display any of the projects at all let 
 alone a complete list and I am not sure what step I have messed up.
 
 Any assistance appreciated. 
 
 
 Daniel Hahn
 

Daniel,

I think you'll need to provide more details in order for anyone to be of 
much help. What documentation have your found/followed? What are you 
seeing on the display? What do the apache logs contain? What about the 
trac log? (etc)

-- 
-Eric 'shubes'




--~--~-~--~~~---~--~~
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 Project list for .11

2008-10-13 Thread Daniel Hahn

Anyone have a good explanation of how to get this to work with the .11 version?

I have a track instance running with Apache and mod_python with multiple 
separate projects inside it.

I have been unable to get this list to display any of the projects at all let 
alone a complete list and I am not sure what step I have messed up.

Any assistance appreciated. 


Daniel Hahn



--~--~-~--~~~---~--~~
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] Multiple WIki's inside Trac, writeup presented for comment

2008-02-11 Thread Daniel Hahn
A while back my company decided to add a few more Wiki instances inside our
Trac setup.  Here is what I came up with after a bit of trial and error as a
nice striaght forward way of setting them up.   Our environment is Windows
Server 2003, Apache, and Python 2.4

To set up a new wiki inside the current instance

In a command promt box cd to C:\Python24\Scripts and Initialize the new Trac
environment
Run  Trac-admin C:\Python24\Scripts\trac\name of new wiki initenv

Trac will first ask a few questions about your environment in order to
initialize and prepare the project database.

Please enter the name of your project. This name will be used in page titles
and descriptions.
Project Name [My Project] project name

Please specify the connection string for the database to use. By default, a
local SQLite database is created in the environment directory. It is also
possible to use an already existing PostgreSQL database (check the Trac
documentation for the exact connection string syntax).
Database connection string [sqlite:db/trac.db] accept default

Please specify the type of version control system, By default, it will be
svn. If you don't want to use Trac with version control integration, choose
the default here and don't specify a repository directory. in the next
question.
Repository type [svn] accept default

Please specify the absolute path to the version control repository, or leave
it blank to use Trac without a repository. You can also set the repository
location later.
Path to repository [/path/to/repos] 

Add your TRAC_ADMIN
Run trac-admin C:\Python24\Scripts\trac\project name permission add user
name TRAC_ADMIN 

Add the apache Location details to allow access to the new project
(I add these at the bottom of the httpd.conf file)

Location /Projectname
SetHandler mod_python
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv C:\Python24\Scripts\trac\Projectname
PythonOption TracUriRoot /Projectname
AuthType Digest
AuthName name chosen
AuthDigestDomain http server name here/Projectname
AuthUserFile C:\Python24\Scripts\trac\my-project\conf\name of file
Require valid-user
/Location


Restart Apache

 
Daniel Hahn
Twin Techs - Senior Systems Engineer
[EMAIL PROTECTED]
509-416-2136
www.twintechs.com http://www.twintechs.com/ 

 

 


--~--~-~--~~~---~--~~
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: how to configure apache in windows for trac

2008-02-04 Thread Daniel Hahn

Yikes!, indeed I do.  Python 2.4 


Daniel Hahn
Twin Techs - Senior Systems Engineer
[EMAIL PROTECTED]
509-416-2136
www.twintechs.com


-Original Message-
From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of (``-_-´´) -- Fernando
Sent: Monday, February 04, 2008 8:39 AM
To: trac-users@googlegroups.com
Subject: [Trac] Re: how to configure apache in windows for trac


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 04 February 2008 01:16:51 Daniel Hahn wrote:
 
 also Apache 2.4 will work with the trac .10 and .11 both as I have 
 configued them both sucessfully on windows server 2003.
 
 From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] 
 On Behalf Of (``-_-´´) -- Fernando
 Sent: Saturday, February 02, 2008 3:21 AM
 Subject: [Trac] Re: how to configure apache in windows for trac
 
 
 On Friday 01 February 2008 14:05:39 [EMAIL PROTECTED] wrote:
  1.Python 2.3.5 for win32
  2. trac 0.10.4
  9. Apache 2.2.8
 
 You should use at least be using python 2.5, and not 2.3, and do try

You mean Python dont you, Daniel, not Apache.
The OP used python 2.3.

Although I'm really new to Trac, I guess v2.3 is a bit old, right?

- --
BUGabundo  :o)
(``-_-´´)   http://Ubuntu.BUGabundo.net
Linux user #443786GPG key 1024D/A1784EBB
My new micro-blog @ http://BUGabundo.net ps. My emails tend to sound
authority and aggressive. I'm sorry in advance. I'll try to be more
assertive as time goes by...

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHpz+zcV4wzCrhCcoRAmlYAKCnJ312BOzcikIe8zsgJk6zR9DwtgCfbbiU
/3FyEVH02XyYpX2Vxx5UhsM=
=sNqk
-END PGP SIGNATURE-





--~--~-~--~~~---~--~~
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: how to configure apache in windows for trac

2008-02-03 Thread Daniel Hahn

also Apache 2.4 will work with the trac .10 and .11 both as I have configued
them both sucessfully on windows server 2003.  


Daniel Hahn
Twin Techs - Senior Systems Engineer
[EMAIL PROTECTED]
509-416-2136
www.twintechs.com


-Original Message-
From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of (``-_-´´) -- Fernando
Sent: Saturday, February 02, 2008 3:21 AM
To: trac-users@googlegroups.com
Subject: [Trac] Re: how to configure apache in windows for trac


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 01 February 2008 14:05:39 [EMAIL PROTECTED] wrote:
 
 Dear all,
  Here by i gave the files, which i installed now.
 1.Python 2.3.5 for win32
 2. trac 0.10.4
 3. clearsilver-0.9.14.(py2.3)
 4. Genshi-0.4.4
 5.Pysqlite-2.3.2
 6. Setuptools-0.6c7
 7. Silvercity-0.9.7
 8. svn-python-1.4.6.py2.3
 9. Apache 2.2.8
 
I created new trac environment as 
 c:\Python23\Scriptstrac-admin.py d:\projects\trac\my-project initenv
 
 I had given the default value for all things. After, it says 
 congratulations.
 
 
 And now, if i try with standalone server, c:\python23\Scripts tracd 
 -p 8000 d:\projects\trac\my-project
 
 I got the trac home page by http://localhost:8000/my-project,but when 
 i click login,it says authentication not available.see trac 
 documentation.
 
 And then, i tried with apache ,I also edited apache httpd.conf file 
 for Cgi, but i didnt get the trac page.
 
 what can i do now.. kindly guide me the steps for authentication and 
 configuration files. Please reply to me.. i installed the trac in 
 ubuntu and its working fine. Now i tried with windows, i struck,,...
 
 
 regards,
 prakash.

You should use at least be using python 2.5, and not 2.3, and do try
mod_python, instead of cgi.
then have a look at the wiki:
http://trac.edgewall.org/wiki/TracAuthenticationIntroduction
http://trac.edgewall.org/wiki/TracStandalone

it should help you out. You kjust have to create a file with users and
passwords, and give them permitions with trac-admin permition add USER
ACTION


- -- 
BUGabundo  :o)
(``-_-´´)   http://Ubuntu.BUGabundo.net
Linux user #443786GPG key 1024D/A1784EBB
My new micro-blog @ http://BUGabundo.net
ps. My emails tend to sound authority and aggressive. I'm sorry in advance.
I'll try to be more assertive as time goes by...

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHpFIZcV4wzCrhCcoRAoZDAKCHgbhB9pbVe7McRIuTVCNhcA4lUwCfSqsv
iHsqYC2gqFHxkuinetcyynk=
=3XsX
-END PGP SIGNATURE-





--~--~-~--~~~---~--~~
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: increase file size of attachment

2008-01-31 Thread Daniel Hahn
I had to play with this a bit myself, as a note I found that a -1 value
appears to remove all limits on attatchment size
 
Daniel Hahn
Twin Techs - Senior Systems Engineer
[EMAIL PROTECTED]
509-416-2136
www.twintechs.com http://www.twintechs.com/ 

 

  _  

From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Stephen Moretti
Sent: Thursday, January 31, 2008 2:20 PM
To: trac-users@googlegroups.com
Subject: [Trac] Re: increase file size of attachment


RTFM ;)  

http://trac.edgewall.org/wiki/0.11/TracIni


On 31/01/2008, alexus [EMAIL PROTECTED] wrote: 


how do I increase file size of attachment in TRAC?



-- 
Stephen Moretti
Blog : http://nil.checksite.co.uk/
Twitter : http://twitter.com/mr_nil



--~--~-~--~~~---~--~~
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: way of using a form to create tickets

2008-01-16 Thread Daniel Hahn

I am not familiar with this one?


Daniel Hahn
Twin Techs - Senior Systems Engineer
[EMAIL PROTECTED]
509-416-2136
www.twintechs.com

-Original Message-
From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jani Tiainen
Sent: Tuesday, January 15, 2008 10:45 PM
To: trac-users@googlegroups.com
Subject: [Trac] Re: way of using a form to create tickets


Daniel Hahn kirjoitti:
 
 I may have missed this or used the wrong keywords in my searches.
 
 I am looking to have a user filled form that will create tickets upon
 submission.
 
 Using Trac .11 on Windows 2003 server, Python 2.4 and apache as the web
 server.

Another alternative could be using (still unofficial) json-rpc extension 
to xml-rpc.

It would be nice to get someone to actually test that... :)

-- 

Jani Tiainen





--~--~-~--~~~---~--~~
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] way of using a form to create tickets

2008-01-15 Thread Daniel Hahn


I may have missed this or used the wrong keywords in my searches.

I am looking to have a user filled form that will create tickets upon
submission.

Using Trac .11 on Windows 2003 server, Python 2.4 and apache as the web
server.


Daniel Hahn
Twin Techs - Senior Systems Engineer
[EMAIL PROTECTED]
509-416-2136
www.twintechs.com



--~--~-~--~~~---~--~~
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] webadmin

2007-12-12 Thread Daniel Hahn

Hi all,

I am running trac .11 on an windows 2003 server with Apache.  

I have everything working fine in my original instillation.  I created a
second trac env with the trac-admin initenv command and while I can add in
plugins to it and they work when enabeled, It does not seem to have the
webadmin running for the second wiki but it is running for the first wiki.




Any thoughts?


Daniel Hahn
Seniors Systems Admin TwinTechs



--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---