On Thu, May 28, 2009 at 11:54 AM, Pardis <[email protected]> wrote:
>
> I also tried the
> all in one installer. That ran with no problems but when I try to run
> subversion or trac,
How ?
> windows complains about unknown filenames.
Which 'r ?
> Do I
> need to include something in the PATH?
>
Usually no, but since you provide no details, there's no way I can
help you at this point ... Pls try to be more precise .
> This is becoming increasingly irritating. I need to assess the
> usefulness of this program for the company I work in and if the
> installation process is this hard to use, I wonder how hard it is to
> use the application itself.
>
Well IMHO if u've the patience to use Windows Vista ... everything
else in the world should be fairly easy ...
BTW two hints:
- Check file permissions
- There's nothing easier than ;)
{{{
#! /bin/sh
sudo apt-get -Y install trac
trac-admin /path/to/prj initenv
htpasswd -c ht.passwd admin
trac-admin /path/to/prj permissions add admin TRAC_ADMIN
tracd -d -a *,./ht.passwd,realm --port 8000 -s /path/to/prj
--pidfile=/tmp/tracd.pid
}}}
- You could also try OForge (I mean if you are considering Trac for an
enterprise it includes Trac + much more features «OOTB» ...)
- There's nothing more painful than Mr Vista ... :P
--
Regards,
Olemis.
Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/
Featured article:
Oracle : por más que engorda sigue subiendo ... -
http://feedproxy.google.com/~r/simelo-es/~3/ndKoYi3D-kg/oracle-por-mas-que-engorda-sigue.html
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---