Emmanuel Blot wrote: > # check out a fresh copy of the trunk > svn co http://svn.edgewall.com/repos/trac/trunk trac > cd trac > # create the setuptools info file > python setup.py egg_info > # duplicate your current Trac environment (database) > cp -a /path/to/tracenv /path/to/tracenv2 > # add the current path to Python path > export PYTHONPATH=`pwd` > # upgrade your new environment > python trac/console/admin.py /path/to/tracenv2 upgrade > # optionally update your Wiki default pages > python trac/console/admin.py /path/to/tracenv2 wiki upgrade > # start up the new Trac install w/ tracd > python trac/web/standalone -p 8080 /path/to/tracenv2 > > finally, connect to the new Trac from your web browser: > http://localhost:8080
This is really great! The only problem is a typo in the admin lines: should be python trac/admin/console.py ... in both places. And also you'll probably need to change your base_url setting in trac.ini. -- Gary --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---