Hi,

On 12 November 2015 at 00:14, est <[email protected]> wrote:

> hello list,
>
> I have this django+uwsgi project need to ship to a client. I wanna make
> sure it's dead simple as possible, something like copy package, run package
> and viola would be awesome.
>

I think what you are looking for is a "static server-side app deployment".
Modern container frameworks try to solve this.

Starting points:

http://michal.karzynski.pl/blog/2015/04/19/packaging-django-applications-as-docker-container-images/

https://github.com/dockerfiles/django-uwsgi-nginx

Naturally the client must still able to star the container. But it should
be one-liner command for most modern operating systems.

Cheers,
Mikko
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to