Sure you can put your trac directory on a USB stick. You only need to install trac on every PC you want to use it on.
Then you just run something like "tracd -p 8080 -s /media/usbstick/ trac" on the command prompt. Here I assume a Unix/Linux OS where your usbstick is mounted under /media/usbstick and your trac environment is in a directory called 'trac'. Under MS Windows it might be "tracd -p 8080 -s e:\trac", but I never used trac under windows. Make sure you properly unconnect the usbstick so that all open buffers are written back. If you just remove the stick you might loose the last DB changes. Martin On Nov 15, 4:07 pm, howa <[EMAIL PROTECTED]> wrote: > I want to run trac in my USB disk so I can bring trac to anywhere. > > I don't want to put trac in the net as sometimes it might not be > possible to connect to the internet all the time, e.g. on flight. > > So it is possible to run trac on a USB memory device? > > Any tutorial tech how to do so? > > Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
