one was using trac 11.1 and agilo 0.8 something... i found the official upgrade manual rather tidious.
so here is a easy to follow 5 step manual: 0. backup your environment/system/installation. 1. kill trac server, if one is using tracd go: sudo killall tracd 1.1. update trac if necessary it's as easy as this: easy_install --upgrade Trac 2. remove old egg sudo rm -rv /usr/lib/python2.5/site-packages/ agilo-0.8.3_r1918_20090925-py2.5.egg 3. download latest agilo binary for suiting python version of your system (just type python into console and you will see the version in use) 4. sudo easy_install /setup/binary_agilo-1.2.1_PRO-py2.5.egg this is what you should see: Processing binary_agilo-1.2.1_PRO-py2.5.egg creating /usr/lib/python2.5/site-packages/binary_agilo-1.2.1_PRO- py2.5.egg Extracting binary_agilo-1.2.1_PRO-py2.5.egg to /usr/lib/python2.5/site- packages Adding binary-agilo 1.2.1-PRO to easy-install.pth file Installing agilo_svn_hook_commit.py script to /usr/bin Installing create_agilo_project.py script to /usr/bin Installed /usr/lib/python2.5/site-packages/binary_agilo-1.2.1_PRO- py2.5.egg Processing dependencies for binary-agilo==1.2.1-PRO Finished processing dependencies for binary-agilo==1.2.1-PRO 5. make shure the $PROJECTNAME/conf/trac.ini contains: [components] agilo.* = enabled agilo_common.* = enabled # agilo_pro.* = enabled trac.ticket.api.ticketsystem = disabled trac.ticket.roadmap.roadmapmodule = disabled trac.ticket.web_ui.ticketmodule = disabled finished...... i love easy_install thanks for such great open source software.... -- Follow Agilo on Twitter: http://twitter.com/agiloforscrum ----- You received this message because you are subscribed to the Google Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH http://www.agile42.com and is focused in supporting Agilo for Scrum users. 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/agilo?hl=en

