Tuesday, September 29, 2015

Re: Platform.sh alternative for Django?

Heroku is another paid alternative.

For myself, I purchase a $5/mo digital ocean server and install
'dokku' (https://github.com/progrium/dokku) so I can 'git push'.

For automated builds I use Drone CI (https://github.com/drone/drone)
which can also be installed on the same (or a separate) server.

If you need more and more resources as things grow (Redis, Postgres,
MySQL, etc...) you can either spin up additional cheap servers, or
'grow' your existing servers.

-A



On Tue, Sep 29, 2015 at 8:38 AM, Radek Svarz <radek.svarz@gmail.com> wrote:
> Hi,
>
> there is the https://platform.sh/ for PHP world for Continuous Deployment.
>
> Do you know of something similar for Django apps?
>
> Thanks, Radek
>
> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/3c25216f-66e8-4c6d-9f95-15dce6dd1975%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAEE%2BrGpbVKWps8vLVfg%2B6wE2VA9PTE2QrBvdn0EpjYXdcPgdSg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment