[TriPython] Django hosting

Tobias McNulty tobias at caktusgroup.com
Mon Aug 21 10:00:20 EDT 2017


Absent a preference for something else, Dokku is a good, simple way to set
up & configure your Digital Ocean Droplet for hosting Django (or pretty
much any other web) app:

https://github.com/dokku/dokku

This gives you a Heroku-like interface on your own VM.

I would be remiss if I did not mention that Caktus provides managed
hosting, ongoing upgrades, etc. for Django-powered sites, in the event that
level of support is desired (mostly for sites we've built or helped build,
but exceptions are occasionally made).

Cheers,


*Tobias McNulty*Chief Executive Officer

tobias at caktusgroup.com
www.caktusgroup.com

On Wed, Aug 16, 2017 at 1:40 PM, Chris Church <flyingfred0+trizpug at gmail.com
> wrote:

>    Digital Ocean works great -- I use the $5/month or $10/month droplets
> for
>    a number of small Django apps. I use a few custom Ansible roles combined
>    with some others have written for deployment and updates
>    ([1]https://galaxy.ansible.com/ANXS/postgresql/ +
>    [2]https://galaxy.ansible.com/cchurch/scm/
>    +**[3]https://galaxy.ansible.com/cchurch/virtualenv/
>    +**[4]https://galaxy.ansible.com/cchurch/django/
>    +**[5]https://galaxy.ansible.com/cchurch/uwsgi/
>    +**[6]https://galaxy.ansible.com/jdauphant/nginx/); I don't yet have a
>    blog post or example project to show using all of those together... soon
>    maybe?
>    I also have an example project running entirely on Heroku (free for up
> to
>    3 dynos and < 10,000 database records):
>    [7]https://github.com/ninemoreminutes/django-fortunecookie
>    On Wed, Aug 16, 2017 at 1:28 PM, Chris Rossi <[8]
> chris at archimedeanco.com>
>    wrote:
>
>      ** **I'm a big fan of Digital Ocean and use them for pretty much
>      everything.**
>      ** **It's just VMs, though, so there's no specific support for any
>      particular
>      ** **stack.** I don't know if you're looking for something more
> managed,
>      but if
>      ** **a bare VM will do, I highly recommend Digital Ocean.
>      ** **Chris
>      ** **On Wed, Aug 16, 2017 at 1:21 PM, Luis Valencia
>      ** **<[1][9]livalencia at my.waketech.edu> wrote:
>
>      ** ** **** **Hello all!
>      ** ** **** **Any recommendations of a good place to host a Django
>      powered site?
>      ** ** **** **All the best,
>      ** ** **** **Luis
>
>      ** ** **_______________________________________________
>      ** ** **TriZPUG mailing list
>      ** ** **[2][10]TriZPUG at python.org
>      ** ** **[3][11]https://mail.python.org/mailman/listinfo/trizpug
>      ** ** **[4][12]http://tripython.org is the Triangle Python Users
> Group
>
>      References
>
>      ** **Visible links
>      ** **1. mailto:[13]livalencia at my.waketech.edu
>      ** **2. mailto:[14]TriZPUG at python.org
>      ** **3. [15]https://mail.python.org/mailman/listinfo/trizpug
>      ** **4. [16]http://tripython.org/
>
>      _______________________________________________
>      TriZPUG mailing list
>      [17]TriZPUG at python.org
>      [18]https://mail.python.org/mailman/listinfo/trizpug
>      [19]http://tripython.org is the Triangle Python Users Group
>
> References
>
>    Visible links
>    1. https://galaxy.ansible.com/ANXS/postgresql/
>    2. https://galaxy.ansible.com/cchurch/scm/
>    3. https://galaxy.ansible.com/cchurch/virtualenv/
>    4. https://galaxy.ansible.com/cchurch/django/
>    5. https://galaxy.ansible.com/cchurch/uwsgi/
>    6. https://galaxy.ansible.com/jdauphant/nginx/
>    7. https://github.com/ninemoreminutes/django-fortunecookie
>    8. mailto:chris at archimedeanco.com
>    9. mailto:livalencia at my.waketech.edu
>   10. mailto:TriZPUG at python.org
>   11. https://mail.python.org/mailman/listinfo/trizpug
>   12. http://tripython.org/
>   13. mailto:livalencia at my.waketech.edu
>   14. mailto:TriZPUG at python.org
>   15. https://mail.python.org/mailman/listinfo/trizpug
>   16. http://tripython.org/
>   17. mailto:TriZPUG at python.org
>   18. https://mail.python.org/mailman/listinfo/trizpug
>   19. http://tripython.org/
>
> _______________________________________________
> TriZPUG mailing list
> TriZPUG at python.org
> https://mail.python.org/mailman/listinfo/trizpug
> http://tripython.org is the Triangle Python Users Group
>
>
-------------- next part --------------
   Absent a preference for something else, Dokku is a good, simple way to set
   up & configure your Digital Ocean Droplet for hosting Django (or pretty
   much any other web) app:
   [1]https://github.com/dokku/dokku
   This gives you a Heroku-like interface on your own VM.
   I would be remiss if I did not mention that Caktus provides managed
   hosting, ongoing upgrades, etc. for Django-powered sites, in the event
   that level of support is desired (mostly for sites we've built or helped
   build, but exceptions are occasionally made).
   Cheers,

   Tobias McNulty
   Chief Executive Officer

   [2]tobias at caktusgroup.com
   [3]www.caktusgroup.com

   On Wed, Aug 16, 2017 at 1:40 PM, Chris Church
   <[4]flyingfred0+trizpug at gmail.com> wrote:

     ** **Digital Ocean works great -- I use the $5/month or $10/month
     droplets for
     ** **a number of small Django apps. I use a few custom Ansible roles
     combined
     ** **with some others have written for deployment and updates
     ** **([1][5]https://galaxy.ansible.com/ANXS/postgresql/ +
     ** **[2][6]https://galaxy.ansible.com/cchurch/scm/
     ** **+**[3][7]https://galaxy.ansible.com/cchurch/virtualenv/
     ** **+**[4][8]https://galaxy.ansible.com/cchurch/django/
     ** **+**[5][9]https://galaxy.ansible.com/cchurch/uwsgi/
     ** **+**[6][10]https://galaxy.ansible.com/jdauphant/nginx/); I don't yet
     have a
     ** **blog post or example project to show using all of those together...
     soon
     ** **maybe?
     ** **I also have an example project running entirely on Heroku (free for
     up to
     ** **3 dynos and < 10,000 database records):
     ** **[7][11]https://github.com/ninemoreminutes/django-fortunecookie
     ** **On Wed, Aug 16, 2017 at 1:28 PM, Chris Rossi
     <[8][12]chris at archimedeanco.com>
     ** **wrote:

     ** ** **** **I'm a big fan of Digital Ocean and use them for pretty much
     ** ** **everything.**
     ** ** **** **It's just VMs, though, so there's no specific support for
     any
     ** ** **particular
     ** ** **** **stack.** I don't know if you're looking for something more
     managed,
     ** ** **but if
     ** ** **** **a bare VM will do, I highly recommend Digital Ocean.
     ** ** **** **Chris
     ** ** **** **On Wed, Aug 16, 2017 at 1:21 PM, Luis Valencia
     ** ** **** **<[1][9][13]livalencia at my.waketech.edu> wrote:

     ** ** **** ** **** **Hello all!
     ** ** **** ** **** **Any recommendations of a good place to host a
     Django
     ** ** **powered site?
     ** ** **** ** **** **All the best,
     ** ** **** ** **** **Luis

     ** ** **** ** **_______________________________________________
     ** ** **** ** **TriZPUG mailing list
     ** ** **** ** **[2][10][14]TriZPUG at python.org
     ** ** **** **
     **[3][11][15]https://mail.python.org/mailman/listinfo/trizpug
     ** ** **** ** **[4][12][16]http://tripython.org is the Triangle Python
     Users Group

     ** ** **References

     ** ** **** **Visible links
     ** ** **** **1. mailto:[13][17]livalencia at my.waketech.edu
     ** ** **** **2. mailto:[14][18]TriZPUG at python.org
     ** ** **** **3. [15][19]https://mail.python.org/mailman/listinfo/trizpug
     ** ** **** **4. [16][20]http://tripython.org/

     ** ** **_______________________________________________
     ** ** **TriZPUG mailing list
     ** ** **[17][21]TriZPUG at python.org
     ** ** **[18][22]https://mail.python.org/mailman/listinfo/trizpug
     ** ** **[19][23]http://tripython.org is the Triangle Python Users Group

     References

     ** **Visible links
     ** **1. [24]https://galaxy.ansible.com/ANXS/postgresql/
     ** **2. [25]https://galaxy.ansible.com/cchurch/scm/
     ** **3. [26]https://galaxy.ansible.com/cchurch/virtualenv/
     ** **4. [27]https://galaxy.ansible.com/cchurch/django/
     ** **5. [28]https://galaxy.ansible.com/cchurch/uwsgi/
     ** **6. [29]https://galaxy.ansible.com/jdauphant/nginx/
     ** **7. [30]https://github.com/ninemoreminutes/django-fortunecookie
     ** **8. mailto:[31]chris at archimedeanco.com
     ** **9. mailto:[32]livalencia at my.waketech.edu
     ** 10. mailto:[33]TriZPUG at python.org
     ** 11. [34]https://mail.python.org/mailman/listinfo/trizpug
     ** 12. [35]http://tripython.org/
     ** 13. mailto:[36]livalencia at my.waketech.edu
     ** 14. mailto:[37]TriZPUG at python.org
     ** 15. [38]https://mail.python.org/mailman/listinfo/trizpug
     ** 16. [39]http://tripython.org/
     ** 17. mailto:[40]TriZPUG at python.org
     ** 18. [41]https://mail.python.org/mailman/listinfo/trizpug
     ** 19. [42]http://tripython.org/

     _______________________________________________
     TriZPUG mailing list
     [43]TriZPUG at python.org
     [44]https://mail.python.org/mailman/listinfo/trizpug
     [45]http://tripython.org is the Triangle Python Users Group

References

   Visible links
   1. https://github.com/dokku/dokku
   2. mailto:tobias at caktusgroup.com
   3. http://www.caktusgroup.com/
   4. mailto:flyingfred0+trizpug at gmail.com
   5. https://galaxy.ansible.com/ANXS/postgresql/
   6. https://galaxy.ansible.com/cchurch/scm/
   7. https://galaxy.ansible.com/cchurch/virtualenv/
   8. https://galaxy.ansible.com/cchurch/django/
   9. https://galaxy.ansible.com/cchurch/uwsgi/
  10. https://galaxy.ansible.com/jdauphant/nginx/
  11. https://github.com/ninemoreminutes/django-fortunecookie
  12. mailto:chris at archimedeanco.com
  13. mailto:livalencia at my.waketech.edu
  14. mailto:TriZPUG at python.org
  15. https://mail.python.org/mailman/listinfo/trizpug
  16. http://tripython.org/
  17. mailto:livalencia at my.waketech.edu
  18. mailto:TriZPUG at python.org
  19. https://mail.python.org/mailman/listinfo/trizpug
  20. http://tripython.org/
  21. mailto:TriZPUG at python.org
  22. https://mail.python.org/mailman/listinfo/trizpug
  23. http://tripython.org/
  24. https://galaxy.ansible.com/ANXS/postgresql/
  25. https://galaxy.ansible.com/cchurch/scm/
  26. https://galaxy.ansible.com/cchurch/virtualenv/
  27. https://galaxy.ansible.com/cchurch/django/
  28. https://galaxy.ansible.com/cchurch/uwsgi/
  29. https://galaxy.ansible.com/jdauphant/nginx/
  30. https://github.com/ninemoreminutes/django-fortunecookie
  31. mailto:chris at archimedeanco.com
  32. mailto:livalencia at my.waketech.edu
  33. mailto:TriZPUG at python.org
  34. https://mail.python.org/mailman/listinfo/trizpug
  35. http://tripython.org/
  36. mailto:livalencia at my.waketech.edu
  37. mailto:TriZPUG at python.org
  38. https://mail.python.org/mailman/listinfo/trizpug
  39. http://tripython.org/
  40. mailto:TriZPUG at python.org
  41. https://mail.python.org/mailman/listinfo/trizpug
  42. http://tripython.org/
  43. mailto:TriZPUG at python.org
  44. https://mail.python.org/mailman/listinfo/trizpug
  45. http://tripython.org/


More information about the TriZPUG mailing list