I would be willing to give an overview.  Basically you should:

1) yum or apt-get install rabbitMQ
2) make sure the service is started.
3) Set up your broker by running these 3
commands<http://ask.github.com/celery/getting-started/broker-installation.html#setting-up-rabbitmq>
.
4)  pip install django-celery
5)  follow steps 1-4 on this
page<http://celeryq.org/docs/django-celery/getting-started/first-steps-with-django.html#configuring-your-django-project-to-use-celery>to
get your django project to be celery aware
6)  Run at least 1 celery worker like
this<http://celeryq.org/docs/django-celery/getting-started/first-steps-with-django.html#running-the-celery-worker-server>
7)  Define and execute a task.  try
these<http://celeryq.org/docs/django-celery/getting-started/first-steps-with-django.html#defining-and-executing-tasks>
.

Best,
Brian


On Wed, Oct 13, 2010 at 4:11 PM, ringemup <ringe...@gmail.com> wrote:

>
> > It's surprisingly easy to get set up with nothing more than the
> tutorial/into for django-celery. If anyone has problems with it I'd be happy
> to try to assist.
>
> Thanks, I might take you up on that.
>
> > Although getting everything working is fairly easy, in my opinion the
> docs aren't too clear on how the big picture really works for first-timers.
>
> Yeah, that's a big reason I never tried to use it.  Would you be
> willing to share a high-level overview with us?
>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>


-- 
Brian Bouterse
ITng Services

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

Reply via email to