
Deployment von Webapplikationen
Deployment von Webapplikationen
Python Podcast · Jochen Wersdörfer / Dominik Geldmacher
July 30, 20191h 56m
Show Notes
<article class="post-detail"> <header> <h2 class="post-title"> <a href="https://python-podcast.de/show/website-deployment/">Deployment von Webapplikationen</a> (click here to comment) </h2> <!-- link is on one line to avoid underlined whitespace --> <div class="post-card-meta"> <a href="https://python-podcast.de/show/website-deployment/"><time datetime="2019-07-31T00:00:00+02:00">31. Juli 2019</time>,</a> <span class="author">Jochen</span> </div> </header> <div class="post-body"> <section class="block-overview"> <section class="block-paragraph"> In der nunmehr zwölften Episode reden wir über das Deployment von Webapplikationen. Themen waren diesmal:
<p> </p>
<ul>
<li>Soll man einen eigenen Server mieten oder doch lieber eine fertige Plattform zum Hosten benutzen?</li>
<li>Wie kommt der Code eigentlich auf die Maschine?</li>
<li>Was für Services müssen für eine Webapplikation üblicherweise so laufen?</li>
</ul>
<p> </p>
</section> <section class="block-audio"> </section> <section class="block-paragraph"> <br />
<br />
</section> </section> <section class="block-detail"> <section class="block-paragraph">
<h2>Shownotes</h2>
<p>Unsere E-Mail für Fragen, Anregungen & Kommentare: <a href="mailto:[email protected]">[email protected]</a></p>
<h3>News aus der Szene</h3>
<ul>
<li><a href="https://djangoforprofessionals.com/">Django for Professionals</a></li>
<li><a href="https://www.dataengineeringpodcast.com/cloudfactory-data-labeling-episode-89/">Data Labeling That You Can Feel Good About - Episode 89</a> mit <a href="https://www.cloudfactory.com/">Cloudfactory</a></li>
<li><a href="https://twitter.com/erdgeist/status/1149749306481676288?s=12">Unterstützungsanfrage</a> für <a href="https://pretalx.com/p/about/">Pretalx</a> auf dem <a href="https://events.ccc.de/camp/2019/wiki/Main_Page">CCCamp2019</a></li>
<li>Projektmanagement Software: <a href="https://taiga.io/">Taiga</a>, <a href="https://trello.com">Trello</a>, <a href="https://www.atlassian.com/software/jira">Jira</a></li>
<li><a href="https://talkpython.fm/episodes/show/216/digging-into-visual-studio-code">Episode #216: Digging into Visual Studio Code</a></li>
<li><a href="https://github.com/PySimpleGUI/PySimpleGUI">PySimpleGUI</a></li>
<li><a href="https://djangochat.com/#ep21">EPISODE 021 Django Co-Creator - Simon Willison</a></li>
</ul>
<h3>Deployment von Webapplikationen</h3>
<ul>
<li><a href="https://en.wikipedia.org/wiki/Domain_Name_System">Domain Name System</a> <a href="https://howdns.works">Comic, der DNS erklärt</a></li>
<li><a href="https://en.wikipedia.org/wiki/Cloud_computing">IaaS vs PaaS vs SaaS</a></li>
<li><a href="https://www.divio.com/">Divio</a> Wagtail und Django-CMS Hosting</li>
<li><a href="https://www.heroku.com/">Heroku</a>, <a href="https://www.pythonanywhere.com/">Pythonanywhere</a></li>
<li><a href="https://aws.amazon.com/ec2/">EC2</a>, <a href="https://aws.amazon.com/lightsail/">Lightsale</a>, <a href="https://www.digitalocean.com/">Digitalocean</a>, <a href="https://www.hetzner.de/cloud">Container bei Hetzner</a></li>
<li><a href="https://www.docker.com/">Docker</a>, <a href="https://github.com/docker/compose">Docker-Compose</a>, <a href="https://www.vagrantup.com/">Vagrant</a></li>
<li><a href="https://www.ansible.com/">Ansible</a>, <a href="https://www.chef.io/puppet/">Chef and Puppet</a>, <a href="https://www.saltstack.com/">SaltStack</a></li>
<li><a href="https://redis.io/">Redis</a>, <a href="https://varnish-cache.org/">Varnish</a></li>
<li><a href="https://caddyserver.com/">Caddy</a>, <a href="http://whitenoise.evans.io/en/stable/">Whitenoise</a></li>
<li><a href="https://gunicorn.org/">Gunicorn</a>, <a href="https://uwsgi-docs.readthedocs.io/en/latest/">uWSGI</a></li>
<li><a href="http://www.celeryproject.org/">Celery</a>, <a href="https://flower.readthedocs.io/en/latest/">Flower</a></li>
<li><a href="https://owncloud.org/">ownCloud</a>, <a href="https://www.dropbox.com/">Dropbox</a>, <a href="https://drive.google.com/drive">Google Drive</a></li>
<li><a href="https://letsencrypt.org/">Let's Encrypt</a></li>
<li><a href="https://openvpn.net/">OpenVPN</a></li>
<li><a href="http://mqtt.org/">MQTT</a>, <a href="https://graphql.org/learn/">GraphQL</a></li>
<li><a href="https://github.com/django/daphne">daphne</a></li>
</ul>
<h3><a href="https://konektom.org/tags/68143/" style="font-size: 13px;">Öffentliches Tag auf konektom</a></h3>
</section> </section> </div> </article>
Topics
pythondeploymentdjangodockercaddyiaas