{"id":6478,"date":"2014-09-06T05:11:08","date_gmt":"2014-09-06T05:11:08","guid":{"rendered":"https:\/\/dev.railscarma.com\/use-heroku-to-deploy-application\/"},"modified":"2022-08-30T09:05:51","modified_gmt":"2022-08-30T09:05:51","slug":"verwenden-sie-heroku-um-die-anwendung-bereitzustellen","status":"publish","type":"post","link":"https:\/\/www.railscarma.com\/de\/blog\/management\/verwenden-sie-heroku-um-die-anwendung-bereitzustellen\/","title":{"rendered":"Anwendungsbereitstellung auf Heroku"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"6478\" class=\"elementor elementor-6478\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-67661df7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"67661df7\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6128b114\" data-id=\"6128b114\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2bfee02a elementor-widget elementor-widget-text-editor\" data-id=\"2bfee02a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Heroku bietet <strong>Ruby-Webentwickler<\/strong> Sofortige Bereitstellung, schnelle und einfache Skalierung und gro\u00dfe Tool-Auswahl. Jetzt k\u00f6nnen wir uns auf die Entwicklung unserer Anwendungen konzentrieren und vergessen die m\u00fchsamen Bereitstellungs- und Serververwaltungsaufgaben, die fr\u00fcher unsere Produktivit\u00e4t beeintr\u00e4chtigten. Wir k\u00f6nnen schnell bereitstellen, schnell skalieren und uns bei Bedarf an die Umst\u00e4nde anpassen. <\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">In diesem Artikel erfahren Sie, wie Sie Ihre Anwendungen auf der beliebten Plattform bereitstellen. Es handelt sich um eine cloudbasierte Anwendungsplattform f\u00fcr die einfache Bereitstellung Ihrer Anwendungen. Die Integration mit Cloud9 IDE macht Ihren Entwicklungsprozess noch agiler.<\/span><\/p>\n<p style=\"text-align: justify;\"><strong><span style=\"font-size: medium;\">Wenn Sie die Plattform zum Bereitstellen Ihrer Anwendung verwenden, m\u00fcssen Sie Folgendes sicherstellen:<\/span><\/strong><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-family: 'Times New Roman',serif;\"><span style=\"font-size: medium;\">1<\/span><\/span><span style=\"font-size: medium;\">. Standardm\u00e4\u00dfig verf\u00fcgt die Cloud-Plattform \u00fcber eine gemeinsam genutzte Datenbank und es handelt sich um eine PostgreSQL-Datenbank.<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">2. Alle Ihre Migrationen m\u00fcssen Postgresql-kompatibel sein.<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">3. Verwenden Sie pg gem in Ihrer Anwendung<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">4. Sie ben\u00f6tigen geeignete Heroku-Add-ons f\u00fcr die Bereitstellung Ihrer Anwendung<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Geben Sie den Heroku-Gem in Ihrer Gem-Datei der App an, die Sie bereitstellen m\u00f6chten<\/span><\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Edelstein &#039;Heroku&#039;<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$-Bundle-Installation<\/span><\/p>\n<\/blockquote>\n<p style=\"text-align: justify;\"><strong><span style=\"font-size: medium;\">SSH-Schl\u00fcsselgenerierung:<\/span><\/strong><\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$ ssh-keygen -t rsa<\/span><\/p>\n<\/blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Der obige Befehl generiert einen \u00f6ffentlichen Schl\u00fcssel in \/home\/Username\/.ssh\/id_rsa.pub<\/span><\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$ Heroku-Konten: hinzuf\u00fcgen<\/span><\/p>\n<\/blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Der Kontoname sollte Ihr Heroku-Login sein<\/span><\/p>\n<p style=\"text-align: justify;\"><strong><span style=\"font-size: medium;\">Schritte:<\/span><\/strong><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">1. Initialisieren Sie pg gem in Ihrer Gemfile, um die Postgresql-Datenbank zu verwenden.<\/span><\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Edelstein &#039;pg&#039;<\/span><\/p>\n<\/blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">2. Bundle-Installation nach der Initialisierung des Gems<\/span><\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$-Bundle-Installation<\/span><\/p>\n<\/blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">3. Auch wenn Sie das SVN-Repository verwenden, ist es besser, das Git-Repository f\u00fcr die Bereitstellung Ihrer Anwendungen auf der Cloud-Plattform zu verwenden. Wenn Sie SVN verwenden und das Git-Repository nur initialisieren m\u00f6chten, um Aktualisierungen an Heroku zu \u00fcbertragen, f\u00fchren Sie die folgenden Schritte aus<\/span><\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$ git init<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$ git add .<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$ git commit -m \u201einit\u201c<\/span><\/p>\n<\/blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Dadurch wird ein lokales Git-Repository erstellt, in dem Sie die Dateien hinzuf\u00fcgen, die Sie aktualisieren oder aus Ihrem SVN-Repository hinzuf\u00fcgen.<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Wenn Sie von Ihrer Anwendung aus mit der Cloud-Plattform arbeiten m\u00fcssen, sollten Sie SSH-Schl\u00fcssel generieren und den \u00f6ffentlichen Schl\u00fcssel zum Heroku hinzuf\u00fcgen.<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Sie k\u00f6nnen dies mit den hier angegebenen Schritten tun:<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\"><a href=\"https:\/\/devcenter.heroku.com\/articles\/keys\">https:\/\/devcenter.heroku.com\/articles\/keys<\/a><\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">4. Melden Sie sich nach dem Hinzuf\u00fcgen der Schl\u00fcssel mit dem folgenden Befehl mit den Anmeldeinformationen bei der Cloud-Plattform an und pr\u00fcfen Sie, ob Sie sich anmelden k\u00f6nnen.<\/span><\/p>\n<blockquote>\n<pre><span style=\"font-size: medium;\">$ Heroku-Login<\/span>\n<span style=\"font-size: medium;\">Geben Sie Ihre Heroku-Anmeldeinformationen ein.<\/span>\n<span style=\"font-size: medium;\">E-Mail: adam@example.com<\/span>\n<span style=\"font-size: medium;\">Passwort: \n<\/span><span style=\"font-size: medium;\">Es konnte kein vorhandener \u00f6ffentlicher Schl\u00fcssel gefunden werden.<\/span>\n<span style=\"font-size: medium;\">M\u00f6chten Sie eines generieren? [Yn] <\/span>\n<span style=\"font-size: medium;\">Generieren eines neuen \u00f6ffentlichen SSH-Schl\u00fcssels.<\/span>\n<span style=\"font-size: medium;\">Hochladen des \u00f6ffentlichen SSH-Schl\u00fcssels \/Users\/name\/.ssh\/id_rsa.pub<\/span><\/pre>\n<\/blockquote>\n<p style=\"text-align: justify;\"><code><span style=\"font-size: medium;\">5. <\/span><\/code><span style=\"font-size: medium;\">Wenn Sie sich bei der Cloud-Anwendung anmelden k\u00f6nnen, erstellen Sie aus Ihrem Anwendungsordner eine Anwendung in Heroku mit&nbsp;<\/span><\/p>\n<blockquote><p>Zeder-Rack von Heroku<br>\n$ heroku create \u2013stack cedar myap<\/p><\/blockquote>\n<p>6. Nach dem Erstellen der Anwendung ben\u00f6tigen Sie ein Remote-Repository und ein Remote-Git-Repository sollte auch zu Heroku hinzugef\u00fcgt werden.<\/p>\n<blockquote><p>$ git remote -v<br>\n$ Git Remote Heroku hinzuf\u00fcgen git@heroku.com:myapp.<br>\n$ git init<\/p><\/blockquote>\n<p>Dadurch wird ein Remote-Repository in Heroku erstellt und mit dem lokalen Repository initialisiert.<\/p>\n<p>7. Da Sie das SVN-Repository verwenden, m\u00fcssen Sie dieses hinzuf\u00fcgen, um die versteckten .svn-Dateien zu ignorieren, die nach der Aktualisierung aus dem Repository in die Anwendung gelangen. Sie k\u00f6nnen dies hier tun, indem Sie die folgenden Dinge verwenden.<\/p>\n<blockquote><p>$ echo .svn &gt; .gitignore<br>\n$ svn propset svn:ignore .gi<\/p><\/blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">8. Nachdem Sie dies ausgef\u00fchrt haben, m\u00fcssen Sie die Dateien zum lokalen Repository hinzuf\u00fcgen und festschreiben.<\/span><\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$ Git hinzuf\u00fcgen<br>\n$ git commit -m \u201eGit f\u00fcr Heroku-Bereitstellung verwenden\u201c<br>\n<\/span><\/p>\n<\/blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">9. Nachdem Sie die Aktualisierungen in das Heroku-Repository \u00fcbertragen und die Anwendung erstellt haben, k\u00f6nnen Sie die Aktualisierungen mit diesem Befehl an die Anwendung \u00fcbertragen:&nbsp;<\/span><\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$ Git Push Heroku Master<\/span><\/p>\n<\/blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">10. Migrieren Sie die Datenbankmigrationen mithilfe von in die freigegebene Heroku-Datenbank<\/span><\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$ heroku run rake db:create<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$ heroku run rake db:migrate<\/span><\/p>\n<\/blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Alle mit Heroku verf\u00fcgbaren Befehle finden Sie hier.<\/span><\/p>\n<p style=\"text-align: justify;\"><strong><span style=\"font-size: medium;\">Push-Updates f\u00fcr Heroku (Standardumgebung: Produktion bereits festgelegt)<\/span><\/strong><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">-&gt;Code aus dem Subversion-Repository aktualisieren<\/span><\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$ SVN-Update<\/span><\/p>\n<\/blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">-&gt;\u00dcberpr\u00fcfen Sie den Status der Dateien<\/span><\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$ Git-Status<\/span><\/p>\n<\/blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">-&gt;Verwalten Sie die hinzugef\u00fcgten und entfernten Dateien mit Git-Befehlen<\/span><\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$ git rm file #, um die Datei zu entfernen<\/span><\/p>\n<\/blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">-&gt;Dateien zum lokalen Git-Repository hinzuf\u00fcgen<\/span><\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$ Git hinzuf\u00fcgen<\/span><\/p>\n<\/blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">-&gt;Push-Updates des Codes in das lokale Repository<\/span><\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$ git commit -m \u201eNachricht\u201c<\/span><\/p>\n<\/blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Der obige Befehl schreibt alle Dateien fest. Wenn Sie nur bestimmte Dateien in das Git-Repository \u00fcbertragen m\u00f6chten, sollten Sie nach dem Festschreiben den Dateinamen angeben.<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Nachdem Sie den Code im lokalen Git-Repository festgeschrieben haben, m\u00fcssen Sie ihn an Heroku weiterleiten<\/span><\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$ Git Push Heroku Master<\/span><\/p>\n<\/blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Dadurch wird der nach dem letzten Push aktualisierte Code gepusht und die Instanz auf dem Heroku-Server gestartet.<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">-&gt;Um die Anwendungsprotokolle zu \u00fcberpr\u00fcfen, verwenden Sie<\/span><\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$ Heroku-Protokolle \u2013 Schwanz<\/span><\/p>\n<\/blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">-&gt;Zum Ausf\u00fchren der Anwendungskonsole verwenden<\/span><\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$ Heroku-Laufkonsole<\/span><\/p>\n<\/blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">-&gt;Um die Heroku-Konfiguration Ihrer Anwendung zu \u00fcberpr\u00fcfen<\/span><\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$ Heroku-Konfiguration<\/span><\/p>\n<\/blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">-&gt;Zum Starten start| stopp| Starten Sie die Anwendungsnutzung neu<\/span><\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$ Heroku-Neustart | aufh\u00f6ren | Start<\/span><\/p>\n<\/blockquote>\n<h3 style=\"text-align: justify;\"><span style=\"font-size: medium;\">Legen Sie Ihren Domainnamen fest<\/span><\/h3>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">Dieser Befehl teilt Heroku mit, dass Ihre App auf Anfragen an \u201ewww.mydomain.com\u201c antworten soll:<\/span><\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><span style=\"font-size: medium;\">$heroku-Domains: www.mydomain.com hinzuf\u00fcgen<\/span><\/p>\n<\/blockquote>\n<p style=\"text-align: justify;\">Mehr lesen :<\/p>\n<ul>\n<li class=\"entry-title\"><a href=\"\/de\/blog\/schienen-3\/einfuhrung-in-die-schienen-api\/\" target=\"_blank\" rel=\"noopener noreferrer\">Eine Einf\u00fchrung in die Rails-API<\/a><\/li>\n<li class=\"entry-title\"><a href=\"\/de\/blog\/fachartikel\/eine-einfache-moglichkeit-die-leistung-ihrer-rails-app-2-zu-steigern\/\" target=\"_blank\" rel=\"noopener noreferrer\">Eine einfache M\u00f6glichkeit, die Leistung Ihrer Rails-App zu steigern<\/a><\/li>\n<li class=\"entry-title\"><a href=\"\/de\/blog\/fachartikel\/die-5-besten-ruby-on-rails-content-management-systeme-cms\/\" target=\"_blank\" rel=\"noopener noreferrer\">Die 5 besten Ruby on Rails Content Management Systeme (CMS)<\/a><\/li>\n<li class=\"entry-title\"><a href=\"\/de\/blog\/fachartikel\/camaleon-cms\/\" target=\"_blank\" rel=\"noopener noreferrer\">Camaleon CMS \u2013 Das neueste RoR Content Management System<\/a><\/li>\n<\/ul>\n<p class=\"entry-title\">Mit genialen L\u00f6sungen, fortschrittlichen Gesch\u00e4ftswerten und nachgewiesener Erfolgsbilanz<strong><a href=\"https:\/\/www.railscarma.com\/de\/\" target=\"_blank\" rel=\"noopener noreferrer\"> SchienenCarma<\/a><\/strong> ist am besten geeignet, Sie bei all Ihren Entwicklungsbed\u00fcrfnissen zu unterst\u00fctzen. Unser Entwicklungsprozess basiert stark auf der unerm\u00fcdlichen Liebe zum Detail, einschlie\u00dflich Qualit\u00e4t, Design und Exzellenz. Wir setzen Ihre Ideen in die Realit\u00e4t um. Verbinden Sie sich mit uns \u00fcber unsere&nbsp;<a href=\"\/de\/kontaktiere-uns\/\" target=\"_blank\" rel=\"noopener noreferrer\">Kontaktiere uns<\/a> Seite.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-85c328 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"85c328\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6c50360a\" data-id=\"6c50360a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-71468643 elementor-widget elementor-widget-heading\" data-id=\"71468643\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Abonnieren Sie die neuesten Updates<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6836ca8f elementor-widget elementor-widget-shortcode\" data-id=\"6836ca8f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t\t\tvar gCaptchaSibWidget;\n                        var onloadSibCallbackInvisible = function () {\n\n                            var element = document.getElementsByClassName('sib-default-btn');\n                            var countInvisible = 0;\n                            var indexArray = [];\n                            jQuery('.sib-default-btn').each(function (index, el) {\n                                if ((jQuery(el).attr('id') == \"invisible\")) {\n                                    indexArray[countInvisible] = index;\n                                    countInvisible++\n                                }\n                            });\n\n                            jQuery('.invi-recaptcha').each(function (index, el) {\n                                grecaptcha.render(element[indexArray[index]], {\n                                    'sitekey': jQuery(el).attr('data-sitekey'),\n                                    'callback': sibVerifyCallback,\n                                });\n                            });\n                        };\n\t\t\t\t\t<\/script>\n\t\t\t\t\t                <script src=\"https:\/\/www.google.com\/recaptcha\/api.js?onload=onloadSibCallbackInvisible&render=explicit\" async defer><\/script>\n\t\t\t\t\n\t\t\t<form id=\"sib_signup_form_1\" method=\"post\" class=\"sib_signup_form\" action=\"\">\n\t\t\t\t<div class=\"sib_loader\" style=\"display:none;\"><img\n\t\t\t\t\t\t\tsrc=\"https:\/\/www.railscarma.com\/wp-includes\/images\/spinner.gif\" alt=\"Lader\"><\/div>\n\t\t\t\t<input type=\"hidden\" name=\"sib_form_action\" value=\"subscribe_form_submit\">\n\t\t\t\t<input type=\"hidden\" name=\"sib_form_id\" value=\"1\">\n                <input type=\"hidden\" name=\"sib_form_alert_notice\" value=\"Please fill out this field\">\n                <input type=\"hidden\" name=\"sib_form_invalid_email_notice\" value=\"Your email address is invalid\">\n                <input type=\"hidden\" name=\"sib_security\" value=\"ec95fb1fc4\">\n\t\t\t\t<div class=\"sib_signup_box_inside_1\">\n\t\t\t\t\t<div style=\"\/*display:none*\/\" class=\"sib_msg_disp\">\n\t\t\t\t\t<\/div>\n                                            <div id=\"sib_captcha_invisible\" class=\"invi-recaptcha\" data-sitekey=\"6LdikOAaAAAAAJ6SWrrKVQrtw7TQpQAEnv0HS0G3\"><\/div>\n                    \t\t\t\t\t<p class=\"sib-email-area\">\r\n    <label class=\"sib-email-area\"><\/label>\r\n    <input type=\"email\" class=\"sib-email-area\" name=\"email\" required=\"required\" placeholder=\"E-Mail-Adresse\">\r\n<\/p>\r\n<p class=\"sib-NAME-area\">\r\n    <label class=\"sib-NAME-area\"><\/label>\r\n    <input type=\"text\" class=\"sib-NAME-area\" name=\"NAME\" placeholder=\"Name\">\r\n<\/p>\r\n<p>\r\n    <input type=\"submit\" id=\"invisible\" class=\"sib-default-btn\" value=\"Abonnieren\">\r\n<\/p>\t\t\t\t<\/div>\n\t\t\t<input type=\"hidden\" name=\"trp-form-language\" value=\"de\"\/><\/form>\n\t\t\t<style>\n\t\t\t\tform#sib_signup_form_1 p.sib-alert-message {\n    padding: 6px 12px;\n    margin-bottom: 20px;\n    border: 1px solid transparent;\n    border-radius: 4px;\n    -webkit-box-sizing: border-box;\n    -moz-box-sizing: border-box;\n    box-sizing: border-box;\n}\nform#sib_signup_form_1 p.sib-alert-message-error {\n    background-color: #f2dede;\n    border-color: #ebccd1;\n    color: #a94442;\n}\nform#sib_signup_form_1 p.sib-alert-message-success {\n    background-color: #dff0d8;\n    border-color: #d6e9c6;\n    color: #3c763d;\n}\nform#sib_signup_form_1 p.sib-alert-message-warning {\n    background-color: #fcf8e3;\n    border-color: #faebcc;\n    color: #8a6d3b;\n}\n\t\t\t<\/style>\n\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t  <div class=\"related-post slider\">\r\n        <div class=\"headline\">zusammenh\u00e4ngende Posts<\/div>\r\n    <div class=\"post-list owl-carousel\">\r\n\r\n            <div class=\"item\">\r\n            <div class=\"thumb post_thumb\">\r\n    <a  title=\"Kaminari-Juwel\" href=\"https:\/\/www.railscarma.com\/de\/blog\/fachartikel\/kaminari-juwel\/?related_post_from=37277\">\r\n\r\n      <img decoding=\"async\" width=\"800\" height=\"300\" src=\"https:\/\/www.railscarma.com\/wp-content\/uploads\/2023\/04\/kaminari-gem.jpg\" class=\"attachment-full size-full wp-post-image\" alt=\"Kaminari-Juwel\" srcset=\"https:\/\/www.railscarma.com\/wp-content\/uploads\/2023\/04\/kaminari-gem.jpg 800w, https:\/\/www.railscarma.com\/wp-content\/uploads\/2023\/04\/kaminari-gem-300x113.jpg 300w, https:\/\/www.railscarma.com\/wp-content\/uploads\/2023\/04\/kaminari-gem-768x288.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\r\n\r\n    <\/a>\r\n  <\/div>\r\n\r\n  <a class=\"title post_title\"  title=\"Kaminari-Juwel\" href=\"https:\/\/www.railscarma.com\/de\/blog\/fachartikel\/kaminari-juwel\/?related_post_from=37277\">\r\n        Kaminari-Juwel  <\/a>\r\n\r\n        <\/div>\r\n              <div class=\"item\">\r\n            <div class=\"thumb post_thumb\">\r\n    <a  title=\"Warum sollte man im Jahr 2026 Ruby on Rails-Entwickler anheuern?\" href=\"https:\/\/www.railscarma.com\/de\/blog\/ror\/warum-sollte-man-ruby-on-rails-entwickler-engagieren\/?related_post_from=30627\">\r\n\r\n      <img decoding=\"async\" width=\"800\" height=\"300\" src=\"https:\/\/www.railscarma.com\/wp-content\/uploads\/2019\/01\/why-to-hire-ruby-on-rails-developers-in-2022.jpg\" class=\"attachment-full size-full wp-post-image\" alt=\"Warum sollte man im Jahr 2022 Ruby-on-Rails-Entwickler einstellen?\" srcset=\"https:\/\/www.railscarma.com\/wp-content\/uploads\/2019\/01\/why-to-hire-ruby-on-rails-developers-in-2022.jpg 800w, https:\/\/www.railscarma.com\/wp-content\/uploads\/2019\/01\/why-to-hire-ruby-on-rails-developers-in-2022-300x113.jpg 300w, https:\/\/www.railscarma.com\/wp-content\/uploads\/2019\/01\/why-to-hire-ruby-on-rails-developers-in-2022-768x288.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\r\n\r\n    <\/a>\r\n  <\/div>\r\n\r\n  <a class=\"title post_title\"  title=\"Warum sollte man im Jahr 2026 Ruby on Rails-Entwickler anheuern?\" href=\"https:\/\/www.railscarma.com\/de\/blog\/ror\/warum-sollte-man-ruby-on-rails-entwickler-engagieren\/?related_post_from=30627\">\r\n        Warum sollte man im Jahr 2026 Ruby on Rails-Entwickler anheuern?  <\/a>\r\n\r\n        <\/div>\r\n              <div class=\"item\">\r\n            <div class=\"thumb post_thumb\">\r\n    <a  title=\"Bedeutung der Softwarearchitektur in der Entwicklung von Unternehmenssoftware\" href=\"https:\/\/www.railscarma.com\/de\/blog\/ror\/bedeutung-der-softwarearchitektur-bei-der-entwicklung-von-unternehmenssoftware\/?related_post_from=36250\">\r\n\r\n      <img decoding=\"async\" width=\"800\" height=\"300\" src=\"https:\/\/www.railscarma.com\/wp-content\/uploads\/2022\/06\/Importance-of-Software-Architecture-in-enterprise-software-development.jpg\" class=\"attachment-full size-full wp-post-image\" alt=\"Bedeutung der Softwarearchitektur in der Entwicklung von Unternehmenssoftware\" srcset=\"https:\/\/www.railscarma.com\/wp-content\/uploads\/2022\/06\/Importance-of-Software-Architecture-in-enterprise-software-development.jpg 800w, https:\/\/www.railscarma.com\/wp-content\/uploads\/2022\/06\/Importance-of-Software-Architecture-in-enterprise-software-development-300x113.jpg 300w, https:\/\/www.railscarma.com\/wp-content\/uploads\/2022\/06\/Importance-of-Software-Architecture-in-enterprise-software-development-768x288.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\r\n\r\n    <\/a>\r\n  <\/div>\r\n\r\n  <a class=\"title post_title\"  title=\"Bedeutung der Softwarearchitektur in der Entwicklung von Unternehmenssoftware\" href=\"https:\/\/www.railscarma.com\/de\/blog\/ror\/bedeutung-der-softwarearchitektur-bei-der-entwicklung-von-unternehmenssoftware\/?related_post_from=36250\">\r\n        Bedeutung der Softwarearchitektur in der Entwicklung von Unternehmenssoftware  <\/a>\r\n\r\n        <\/div>\r\n              <div class=\"item\">\r\n            <div class=\"thumb post_thumb\">\r\n    <a  title=\"Ruby IDE: Die besten IDEs f\u00fcr die Ruby on Rails-Entwicklung\" href=\"https:\/\/www.railscarma.com\/de\/blog\/ror\/ruby-idee-die-besten-ideen-fur-die-ruby-on-rails-entwicklung\/?related_post_from=36125\">\r\n\r\n      <img decoding=\"async\" width=\"800\" height=\"300\" src=\"https:\/\/www.railscarma.com\/wp-content\/uploads\/2022\/01\/BEST-IDES-FOR-RUBY-ON-RAILS-DEVELOPMENT.jpg\" class=\"attachment-full size-full wp-post-image\" alt=\"BESTE IDEEN F\u00dcR DIE RUBY ON RAILS-ENTWICKLUNG\" srcset=\"https:\/\/www.railscarma.com\/wp-content\/uploads\/2022\/01\/BEST-IDES-FOR-RUBY-ON-RAILS-DEVELOPMENT.jpg 800w, https:\/\/www.railscarma.com\/wp-content\/uploads\/2022\/01\/BEST-IDES-FOR-RUBY-ON-RAILS-DEVELOPMENT-300x113.jpg 300w, https:\/\/www.railscarma.com\/wp-content\/uploads\/2022\/01\/BEST-IDES-FOR-RUBY-ON-RAILS-DEVELOPMENT-768x288.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\r\n\r\n    <\/a>\r\n  <\/div>\r\n\r\n  <a class=\"title post_title\"  title=\"Ruby IDE: Die besten IDEs f\u00fcr die Ruby on Rails-Entwicklung\" href=\"https:\/\/www.railscarma.com\/de\/blog\/ror\/ruby-idee-die-besten-ideen-fur-die-ruby-on-rails-entwicklung\/?related_post_from=36125\">\r\n        Ruby IDE: Die besten IDEs f\u00fcr die Ruby on Rails-Entwicklung  <\/a>\r\n\r\n        <\/div>\r\n      \r\n  <\/div>\r\n\r\n  <script>\r\n      <\/script>\r\n  <style>\r\n    .related-post {}\r\n\r\n    .related-post .post-list {\r\n      text-align: left;\r\n          }\r\n\r\n    .related-post .post-list .item {\r\n      margin: 10px;\r\n      padding: 10px;\r\n          }\r\n\r\n    .related-post .headline {\r\n      font-size: 14px !important;\r\n      color: #999999 !important;\r\n          }\r\n\r\n    .related-post .post-list .item .post_thumb {\r\n      max-height: 220px;\r\n      margin: 10px 0px;\r\n      padding: 0px;\r\n      display: block;\r\n          }\r\n\r\n    .related-post .post-list .item .post_title {\r\n      font-size: 14px;\r\n      color: #000000;\r\n      margin: 10px 0px;\r\n      padding: 0px;\r\n      display: block;\r\n      text-decoration: none;\r\n          }\r\n\r\n    .related-post .post-list .item .post_excerpt {\r\n      font-size: 12px;\r\n      color: #3f3f3f;\r\n      margin: 10px 0px;\r\n      padding: 0px;\r\n      display: block;\r\n      text-decoration: none;\r\n          }\r\n\r\n    .related-post .owl-dots .owl-dot {\r\n          }\r\n\r\n      <\/style>\r\n      <script>\r\n      jQuery(document).ready(function($) {\r\n        $(\".related-post .post-list\").owlCarousel({\r\n          items: 2,\r\n          responsiveClass: true,\r\n          responsive: {\r\n            0: {\r\n              items: 1,\r\n            },\r\n            768: {\r\n              items: 2,\r\n            },\r\n            1200: {\r\n              items: 2,\r\n            }\r\n          },\r\n                      rewind: true,\r\n                                loop: true,\r\n                                center: false,\r\n                                autoplay: true,\r\n            autoplayHoverPause: true,\r\n                                nav: true,\r\n            navSpeed: 1000,\r\n            navText: ['<i class=\"fas fa-chevron-left\"><\/i>', '<i class=\"fas fa-chevron-right\"><\/i>'],\r\n                                dots: false,\r\n            dotsSpeed: 1200,\r\n                                                    rtl: false,\r\n          \r\n        });\r\n      });\r\n    <\/script>\r\n  <\/div>","protected":false},"excerpt":{"rendered":"<p>Heroku bietet Ruby-Webentwicklern sofortige Bereitstellung, schnelle und einfache Skalierung und eine gro\u00dfe Auswahl an Tools. Jetzt k\u00f6nnen wir uns auf die Entwicklung unserer Anwendungen konzentrieren und die m\u00fchsamen Bereitstellungs- und Serververwaltungsaufgaben vergessen, die fr\u00fcher unsere Produktivit\u00e4t beeintr\u00e4chtigt haben. Wir k\u00f6nnen schnell bereitstellen, schnell skalieren und uns an die jeweiligen Umst\u00e4nde anpassen. Dieser Artikel erkl\u00e4rt ...<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/www.railscarma.com\/de\/blog\/how-to-build-a-scalable-saas-platform-using-ruby-on-rails\/\"> <span class=\"screen-reader-text\">Wie man eine skalierbare SaaS-Plattform mit Ruby on Rails aufbaut<\/span> Weiterlesen \u00bb<\/a><\/p>","protected":false},"author":1,"featured_media":32083,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[385],"tags":[567,568,569,421,382],"class_list":["post-6478","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-management","tag-application-deployment","tag-gem-heroku","tag-heroku","tag-ror","tag-ruby-on-rails"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Application Deployment on Heroku - RailsCarma Blog<\/title>\n<meta name=\"description\" content=\"Heroku offers a fast &amp; easy scaling vast tool to Ruby Web developers to build applications and forget the tedious deployment and server administration.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.railscarma.com\/de\/blog\/management\/verwenden-sie-heroku-um-die-anwendung-bereitzustellen\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Application Deployment on Heroku - RailsCarma Blog\" \/>\n<meta property=\"og:description\" content=\"Heroku offers a fast &amp; easy scaling vast tool to Ruby Web developers to build applications and forget the tedious deployment and server administration.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.railscarma.com\/de\/blog\/management\/verwenden-sie-heroku-um-die-anwendung-bereitzustellen\/\" \/>\n<meta property=\"og:site_name\" content=\"RailsCarma - Ruby on Rails Development Company specializing in Offshore Development\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/RailsCarma\/\" \/>\n<meta property=\"article:published_time\" content=\"2014-09-06T05:11:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-30T09:05:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.railscarma.com\/wp-content\/uploads\/2014\/09\/Application-Deployment-On-Heroku.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"300\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@railscarma\" \/>\n<meta name=\"twitter:site\" content=\"@railscarma\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"5\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/www.railscarma.com\/#\/schema\/person\/5f2228a2dec7549056e709de6eb85d21\"},\"headline\":\"Application Deployment On Heroku\",\"datePublished\":\"2014-09-06T05:11:08+00:00\",\"dateModified\":\"2022-08-30T09:05:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/\"},\"wordCount\":880,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.railscarma.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.railscarma.com\/wp-content\/uploads\/2014\/09\/Application-Deployment-On-Heroku.jpg\",\"keywords\":[\"Application Deployment\",\"gem heroku\",\"Heroku\",\"ror\",\"Ruby on rails\"],\"articleSection\":[\"Articles on Management\"],\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/\",\"url\":\"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/\",\"name\":\"Application Deployment on Heroku - RailsCarma Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.railscarma.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.railscarma.com\/wp-content\/uploads\/2014\/09\/Application-Deployment-On-Heroku.jpg\",\"datePublished\":\"2014-09-06T05:11:08+00:00\",\"dateModified\":\"2022-08-30T09:05:51+00:00\",\"description\":\"Heroku offers a fast & easy scaling vast tool to Ruby Web developers to build applications and forget the tedious deployment and server administration.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/#primaryimage\",\"url\":\"https:\/\/www.railscarma.com\/wp-content\/uploads\/2014\/09\/Application-Deployment-On-Heroku.jpg\",\"contentUrl\":\"https:\/\/www.railscarma.com\/wp-content\/uploads\/2014\/09\/Application-Deployment-On-Heroku.jpg\",\"width\":800,\"height\":300},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.railscarma.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Application Deployment On Heroku\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.railscarma.com\/#website\",\"url\":\"https:\/\/www.railscarma.com\/\",\"name\":\"RailsCarma - Ruby on Rails Development Company specializing in Offshore Development\",\"description\":\"RailsCarma is a Ruby on Rails Development Company in Bangalore. We specialize in Offshore Ruby on Rails Development based out in USA and India. Hire experienced Ruby on Rails developers for the ultimate Web Experience.\",\"publisher\":{\"@id\":\"https:\/\/www.railscarma.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.railscarma.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.railscarma.com\/#organization\",\"name\":\"RailsCarma\",\"url\":\"https:\/\/www.railscarma.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/www.railscarma.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.railscarma.com\/wp-content\/uploads\/2020\/08\/railscarma_logo.png\",\"contentUrl\":\"https:\/\/www.railscarma.com\/wp-content\/uploads\/2020\/08\/railscarma_logo.png\",\"width\":200,\"height\":46,\"caption\":\"RailsCarma\"},\"image\":{\"@id\":\"https:\/\/www.railscarma.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/RailsCarma\/\",\"https:\/\/x.com\/railscarma\",\"https:\/\/www.linkedin.com\/company\/railscarma\/\",\"https:\/\/myspace.com\/railscarma\",\"https:\/\/in.pinterest.com\/railscarma\/\",\"https:\/\/www.youtube.com\/channel\/UCx3Wil-aAnDARuatTEyMdpg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.railscarma.com\/#\/schema\/person\/5f2228a2dec7549056e709de6eb85d21\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/www.railscarma.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/308867ca6c81f3aba146080c601000087180326f752c4116849ea9f514c6a4fa?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/308867ca6c81f3aba146080c601000087180326f752c4116849ea9f514c6a4fa?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/www.railscarma.com\/hire-ruby-on-rails-developer\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Anwendungsbereitstellung auf Heroku \u2013 RailsCarma Blog","description":"Heroku bietet Ruby Web-Entwicklern ein schnell und einfach skalierbares, umfangreiches Tool, mit dem sie Anwendungen erstellen und die m\u00fchsame Bereitstellung und Serververwaltung vergessen k\u00f6nnen.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.railscarma.com\/de\/blog\/management\/verwenden-sie-heroku-um-die-anwendung-bereitzustellen\/","og_locale":"de_DE","og_type":"article","og_title":"Application Deployment on Heroku - RailsCarma Blog","og_description":"Heroku offers a fast & easy scaling vast tool to Ruby Web developers to build applications and forget the tedious deployment and server administration.","og_url":"https:\/\/www.railscarma.com\/de\/blog\/management\/verwenden-sie-heroku-um-die-anwendung-bereitzustellen\/","og_site_name":"RailsCarma - Ruby on Rails Development Company specializing in Offshore Development","article_publisher":"https:\/\/www.facebook.com\/RailsCarma\/","article_published_time":"2014-09-06T05:11:08+00:00","article_modified_time":"2022-08-30T09:05:51+00:00","og_image":[{"width":800,"height":300,"url":"https:\/\/www.railscarma.com\/wp-content\/uploads\/2014\/09\/Application-Deployment-On-Heroku.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@railscarma","twitter_site":"@railscarma","twitter_misc":{"Verfasst von":"admin","Gesch\u00e4tzte Lesezeit":"5\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/#article","isPartOf":{"@id":"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/"},"author":{"name":"admin","@id":"https:\/\/www.railscarma.com\/#\/schema\/person\/5f2228a2dec7549056e709de6eb85d21"},"headline":"Application Deployment On Heroku","datePublished":"2014-09-06T05:11:08+00:00","dateModified":"2022-08-30T09:05:51+00:00","mainEntityOfPage":{"@id":"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/"},"wordCount":880,"commentCount":0,"publisher":{"@id":"https:\/\/www.railscarma.com\/#organization"},"image":{"@id":"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/#primaryimage"},"thumbnailUrl":"https:\/\/www.railscarma.com\/wp-content\/uploads\/2014\/09\/Application-Deployment-On-Heroku.jpg","keywords":["Application Deployment","gem heroku","Heroku","ror","Ruby on rails"],"articleSection":["Articles on Management"],"inLanguage":"de","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/","url":"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/","name":"Anwendungsbereitstellung auf Heroku \u2013 RailsCarma Blog","isPartOf":{"@id":"https:\/\/www.railscarma.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/#primaryimage"},"image":{"@id":"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/#primaryimage"},"thumbnailUrl":"https:\/\/www.railscarma.com\/wp-content\/uploads\/2014\/09\/Application-Deployment-On-Heroku.jpg","datePublished":"2014-09-06T05:11:08+00:00","dateModified":"2022-08-30T09:05:51+00:00","description":"Heroku bietet Ruby Web-Entwicklern ein schnell und einfach skalierbares, umfangreiches Tool, mit dem sie Anwendungen erstellen und die m\u00fchsame Bereitstellung und Serververwaltung vergessen k\u00f6nnen.","breadcrumb":{"@id":"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/#primaryimage","url":"https:\/\/www.railscarma.com\/wp-content\/uploads\/2014\/09\/Application-Deployment-On-Heroku.jpg","contentUrl":"https:\/\/www.railscarma.com\/wp-content\/uploads\/2014\/09\/Application-Deployment-On-Heroku.jpg","width":800,"height":300},{"@type":"BreadcrumbList","@id":"https:\/\/www.railscarma.com\/blog\/management\/use-heroku-to-deploy-application\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.railscarma.com\/"},{"@type":"ListItem","position":2,"name":"Application Deployment On Heroku"}]},{"@type":"WebSite","@id":"https:\/\/www.railscarma.com\/#website","url":"https:\/\/www.railscarma.com\/","name":"RailsCarma \u2013 Ruby on Rails-Entwicklungsunternehmen, spezialisiert auf Offshore-Entwicklung","description":"RailsCarma ist ein Ruby on Rails-Entwicklungsunternehmen in Bangalore. Wir sind auf die Offshore-Ruby-on-Rails-Entwicklung mit Sitz in den USA und Indien spezialisiert. Stellen Sie erfahrene Ruby on Rails-Entwickler f\u00fcr das ultimative Web-Erlebnis ein.","publisher":{"@id":"https:\/\/www.railscarma.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.railscarma.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/www.railscarma.com\/#organization","name":"SchienenCarma","url":"https:\/\/www.railscarma.com\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.railscarma.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.railscarma.com\/wp-content\/uploads\/2020\/08\/railscarma_logo.png","contentUrl":"https:\/\/www.railscarma.com\/wp-content\/uploads\/2020\/08\/railscarma_logo.png","width":200,"height":46,"caption":"RailsCarma"},"image":{"@id":"https:\/\/www.railscarma.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/RailsCarma\/","https:\/\/x.com\/railscarma","https:\/\/www.linkedin.com\/company\/railscarma\/","https:\/\/myspace.com\/railscarma","https:\/\/in.pinterest.com\/railscarma\/","https:\/\/www.youtube.com\/channel\/UCx3Wil-aAnDARuatTEyMdpg"]},{"@type":"Person","@id":"https:\/\/www.railscarma.com\/#\/schema\/person\/5f2228a2dec7549056e709de6eb85d21","name":"Administrator","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.railscarma.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/308867ca6c81f3aba146080c601000087180326f752c4116849ea9f514c6a4fa?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/308867ca6c81f3aba146080c601000087180326f752c4116849ea9f514c6a4fa?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/www.railscarma.com\/hire-ruby-on-rails-developer\/"]}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.railscarma.com\/de\/wp-json\/wp\/v2\/posts\/6478","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.railscarma.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.railscarma.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.railscarma.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.railscarma.com\/de\/wp-json\/wp\/v2\/comments?post=6478"}],"version-history":[{"count":0,"href":"https:\/\/www.railscarma.com\/de\/wp-json\/wp\/v2\/posts\/6478\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.railscarma.com\/de\/wp-json\/wp\/v2\/media\/32083"}],"wp:attachment":[{"href":"https:\/\/www.railscarma.com\/de\/wp-json\/wp\/v2\/media?parent=6478"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.railscarma.com\/de\/wp-json\/wp\/v2\/categories?post=6478"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.railscarma.com\/de\/wp-json\/wp\/v2\/tags?post=6478"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}