It works. But my question is how can I configure Trac so that it starts automatically everytime my machine starts?
You need to write a startup/shutdown script that start up Trac at boot time and kill it at shutdown time. You can check out one of the system scripts that usually stand in the /etc/init.d/ directory to see how to write such a script. You'll also need to create symbolic links from the /etc/rci.d/ (where i is the runlevel in which tracd should run). On Debian, these symbolic links can be managed with the help of /usr/sbin/update-rc.d tool. Your mileage may vary - depending on which Linux distribution you are using. Another alternaltive is to use Apache or another web server (lighttpd) rather than tracd, as these server already come with their own startup scripts. HTH, Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
