Friday, March 1, 2013

Re: Django + Raspberry PI

Yep, I got my full development environment for one of my company's
applications running on it with almost no problem. The one exception
was MongoDB, which is for x86 only, so I had to compile a fork, which
took about 10 hours on the Pi.

It was definitely pretty slow, but it works.

Our stack includes nginx, gunicorn, Redis, MongoDB, PostgreSQL,
supervisor, virtualenv, and probably other stuff I'm forgetting.

It is a computer, after all. Just slow, not too much RAM, and with an
ARM processor.

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

No comments:

Post a Comment