Migrating from Current Trac installation

18 views
Skip to first unread message

Sumit

unread,
Aug 21, 2009, 2:05:52 AM8/21/09
to Agilo for Scrum
Hi,

So i got information on Agilo from one of my colleagues from the
previous company and thought to use it for a non-profit organization
which is using Trac at the moment. The installation went pretty
smooth, thanks to setuptools. But i'm not sure how they would use it
against apache-mod_python setup. Do we have any pointers or
installation document on how would one migrate an apache mod_python
based trac installation to Agilo?

Any pointers would be highly appreciated.

Thanks,
-Sumit

Garbrand van der Molen

unread,
Aug 21, 2009, 4:14:25 AM8/21/09
to ag...@googlegroups.com
Hi Sumit,

You can just install the Agilo plugin for that trac instance and your
data will still be there.

Regards
Garbrand

> --~--~---------~--~----~------------~-------~--~----~
> 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 ag...@googlegroups.com
> To unsubscribe from this group, send email to
> agilo+un...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/agilo?hl=en
> -~----------~----~----~----~------~----~------~--~---
>

Sumit

unread,
Aug 21, 2009, 8:31:11 AM8/21/09
to Agilo for Scrum
Hi Garbrand,

I don't see that configuration option in the TracWebUiAdmin "plugins"
setting. Can you please share how to enable agilo by going to trac.ini
directly?

Thanks,
-Sumit

On Aug 21, 1:14 pm, Garbrand van der Molen <garbr...@gmail.com> wrote:
> Hi Sumit,
>
> You can just install the Agilo plugin for that trac instance and your  
> data will still be there.
>
> Regards
> Garbrand
>
> On Aug 21, 2009, at 08:05, Sumit wrote:
>
>
>
> > Hi,
>
> > So i got information on Agilo from one of my colleagues from the
> > previous company and thought to use it for a non-profit organization
> > which is using Trac at the moment. The installation went pretty
> > smooth, thanks to setuptools.  But i'm not sure how they would use it
> > against apache-mod_python setup. Do we have any pointers or
> > installation document on how would one migrate an apache mod_python
> > based trac installation to Agilo?
>
> > Any pointers would be highly appreciated.
>
> > Thanks,
> > -Sumit
>
> > >
>
>
>  smime.p7s
> 3KViewDownload

Sumit

unread,
Aug 22, 2009, 4:06:51 PM8/22/09
to Agilo for Scrum
ahh.. so after searching on net, i finally see the agilo UI and its so
satisfying. here are the things that i had to do:

1. I enabled agilo by going to trac.ini and adding following lines
[components]
agilo.* = enabled
agilo_common.* = enabled

Previously i assumed this configuration would be available from Admin
tab in trac itself (just like its available for other plugin
settings). This was the only tric to get going i guess. :-)

2. i did an upgrade on the env

trac-admin <project-env-path> upgrade

which gave me an output something like

Creating Product Backlog...
Creating Sprint Backlog...
Upgrade done.

3. my simplejson installation was not working properly. so i removed
the broken egg from /usr/lib/python2.4/site-packages/simplejson-2.0.9-
py2.4-linux-x86_64.egg and installed again using easy_install -Z
simplejson

and yep, its working now.

thanks for your response Garbrand. appreciate it
-Sumit

Felix Schwarz

unread,
Aug 24, 2009, 2:51:55 AM8/24/09
to ag...@googlegroups.com
Am 22.08.2009 22:06, schrieb Sumit:
> 1. I enabled agilo by going to trac.ini and adding following lines
> [components]
> agilo.* = enabled
> agilo_common.* = enabled

If you want to have the Whiteboard, please also add:
agilo_pro.* = enabled

You also should make sure that some trac components are disabled:
trac.ticket.api.ticketsystem = disabled
trac.ticket.roadmap.roadmapmodule = disabled
trac.ticket.web_ui.ticketmodule = disabled

> Previously i assumed this configuration would be available from Admin
> tab in trac itself (just like its available for other plugin
> settings). This was the only tric to get going i guess. :-)

Actually it is Admin - Plugins :-)

fs


Reply all
Reply to author
Forward
0 new messages