MongoDB 1.6 with Typhoon 0.1.5?

5 views
Skip to first unread message

Rafael Sierra

unread,
Nov 12, 2010, 4:01:30 PM11/12/10
to typhoonae
Is it possible to use MongoDB 1.6 with Typhoon 0.1.5?

If I change buildout.cfg to download and compile 1.6, will it breakup?

I hope not :)

--
Rafael Sierra
http://blog.rafaelsdm.com

Tobias

unread,
Nov 12, 2010, 4:25:03 PM11/12/10
to typhoonae
Hi Rafael,

We already use MongoDB 1.6.3 in our trunk without trouble. Here
http://code.google.com/p/typhoonae/source/browse/buildout.cfg#60 is
the buildout config.

Since the trunk version of TyphoonAE has a number of bug fixes and
improvements, you might want to use it rather than the 0.1.5 release.

See http://code.google.com/p/typhoonae/source/browse/CHANGES.txt for
the latest changes. For instance, it uses Celery+RabbitMQ as optional
Task Queue backend, adds a neat approach for the Incoming Mail by
connecting to an IMAP server and has experimental support for the
Channel API. Feel free to give it a try. Your feedback is very
welcome!

Cheers,
Tobias

Rafael Sierra

unread,
Nov 12, 2010, 4:31:55 PM11/12/10
to Tobias, typhoonae
On Fri, Nov 12, 2010 at 7:25 PM, Tobias <tobias....@googlemail.com> wrote:
> Hi Rafael,
>
> We already use MongoDB 1.6.3 in our trunk without trouble. Here
> http://code.google.com/p/typhoonae/source/browse/buildout.cfg#60 is
> the buildout config.

Nice, I'll try to use the trunk version.

To keep my installation up to date I need always

hg pull/update
python bootstrap.py
./bin/buildout

Or is there some simple way? (aka: how do I update only typhoon
without having to compile everything?)

>
> Since the trunk version of TyphoonAE has a number of bug fixes and
> improvements, you might want to use it rather than the 0.1.5 release.
>
> See http://code.google.com/p/typhoonae/source/browse/CHANGES.txt for
> the latest changes. For instance, it uses Celery+RabbitMQ as optional
> Task Queue backend, adds a neat approach for the Incoming Mail by
> connecting to an IMAP server and has experimental support for the
> Channel API. Feel free to give it a try. Your feedback is very
> welcome!
>
> Cheers,
> Tobias
>
> On Nov 12, 10:01 pm, Rafael Sierra <rafaeljs...@gmail.com> wrote:
>> Is it possible to use MongoDB 1.6 with Typhoon 0.1.5?
>>
>> If I change buildout.cfg to download and compile 1.6, will it breakup?
>>
>> I hope not :)
>>
>> --
>> Rafael Sierrahttp://blog.rafaelsdm.com
>

> --
> You received this message because you are subscribed to the Google
> Groups "typhoonae" group.
> To post to this group, send email to typh...@googlegroups.com
> To unsubscribe from this group, send email to
> typhoonae+...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/typhoonae?hl=en

Tobias

unread,
Nov 12, 2010, 5:01:47 PM11/12/10
to typhoonae
On Nov 12, 10:31 pm, Rafael Sierra <rafaeljs...@gmail.com> wrote:
> On Fri, Nov 12, 2010 at 7:25 PM, Tobias <tobias.rodae...@googlemail.com> wrote:
> > Hi Rafael,
>
> > We already use MongoDB 1.6.3 in our trunk without trouble. Here
> >http://code.google.com/p/typhoonae/source/browse/buildout.cfg#60is
> > the buildout config.
>
> Nice, I'll try to use the trunk version.
>
> To keep my installation up to date I need always
>
> hg pull/update
> python bootstrap.py
> ./bin/buildout
>
> Or is there some simple way? (aka: how do I update only typhoon
> without having to compile everything?)

Use hg update -v to see what the latest changes are. If nothing has
changed in our buildout.cfg file, you should be fine with just
updating and then restarting the services.

If neither buildout.cfg nor etc/versions.cfg has changed, executing
bin/buildout doesn't compile anything.

Furthermore, the trunk buildout contains a Makefile for development
purposes. Running 'make cleanup' removes all app data, logs and config
files. Running 'make all' simply bootstraps the environment. I've also
added an 'update' target for convenience a few minutes ago.

http://code.google.com/p/typhoonae/source/detail?r=be4fae6836d2395ea35a6c2617fc43e0a72ba5ab

Use make cleanup with care :)

Tobias
Reply all
Reply to author
Forward
0 new messages