I hadn't heard of Green Unicorn. That looks like an interesting project that I may test.
To deploy permanently, I recommend Lighttpd and FastCGI. The django daemon then runs in a supervisor managed script. Here's my article about my preferred deployment. http://coderseye.com/2010/how-to-run-sandboxed-django-sites-in-production.html On Mon, Nov 1, 2010 at 6:30 PM, Alex Robbins <[email protected]>wrote: > If you use Green Unicorn to deploy, the workflow will be almost > exactly the same as what you are doing now. > > http://gunicorn.org/ > > You can run './manage.py run_gunicorn' and it'll startup like the dev > server. It is a lot faster though, and multithreaded. > > On the url issue, you can also just include the satchmo urlpatterns > into your own urls.py file. That way you don't have to worry about > shop base. > > Hope that helps, > Alex > > On Mon, Nov 1, 2010 at 4:43 PM, Jeff Cook <[email protected]> > wrote: > > On Mon, Nov 1, 2010 at 3:34 PM, Alex Robbins > > <[email protected]> wrote: > >> I'd try setting SHOP_BASE to "satchmo" instead of "/satchmo". Also, > >> what do you mean you are proxying to manage.py? I hope you aren't > >> running the dev server to deploy your website :( > > I am proxying to manage.py. I am not planning on running manage.py to > > host it permanently; at the moment, I just need something up quickly > > so that I can get the client adding products into the database. > > > > On that note, what should I use to deploy permanently? WSGI? > >> > >> Alex > > > > -- > > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > [email protected]<satchmo-users%[email protected]> > . > > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- Bruce Kroeze http://www.ecomsmith.com It's time to hammer your site into shape. -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. 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/satchmo-users?hl=en.
