You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://devcenter.heroku.com/articles/how-heroku-works"><spanclass="glyphicon glyphicon-user"></span> How Heroku Works</a>
17
+
</li>
18
+
<liclass="dropdown">
19
+
<ahref="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><spanclass="glyphicon glyphicon-info-sign"></span> Getting Started Guides <spanclass="caret"></span></a>
20
+
<ulclass="dropdown-menu" role="menu">
21
+
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-ruby">Getting Started with Ruby on Heroku</a></li>
22
+
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-nodejs">Getting Started with Node on Heroku</a></li>
23
+
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-php">Getting Started with PHP on Heroku</a></li>
24
+
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-python">Getting Started with Python on Heroku</a></li>
25
+
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-java">Getting Started with Java on Heroku</a></li>
26
+
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-clojure">Getting Started with Clojure on Heroku</a></li>
27
+
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-scala">Getting Started with Scala on Heroku</a></li>
28
+
<liclass="divider"></li>
29
+
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-heroku-and-connect-without-local-dev">Getting Started on Heroku with Heroku Connect</a></li>
30
+
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-jruby">Getting Started with Ruby on Heroku (Microsoft Windows)</a></li>
31
+
</ul>
32
+
</li>
33
+
</ul>
34
+
<ulclass="nav navbar-nav navbar-right">
35
+
<liclass="navbar-right">
36
+
<ahref="https://devcenter.heroku.com"><spanclass="glyphicon glyphicon-book"></span> Heroku Dev Center</a>
<p>This is a sample Python application deployed to Heroku. It's a reasonably simple app - but a good foundation for understanding how to get the most out of the Heroku platform.</p>
13
+
<atype="button" class="btn btn-lg btn-default" href="https://devcenter.heroku.com/articles/getting-started-with-ruby"><spanclass="glyphicon glyphicon-flash"></span> Getting Started with Python</a>
14
+
<atype="button" class="btn btn-lg btn-primary" href="https://github.com/heroku/ruby-getting-started"><spanclass="glyphicon glyphicon-download"></span> Source on GitHub</a>
To deploy your own copy, and learn the fundamentals of the Heroku platform, head over to the <ahref="https://devcenter.heroku.com/articles/getting-started-with-python" class="alert-link">Getting Started with Python on Heroku</a> tutorial.
20
+
</div>
21
+
<hr>
22
+
<divclass="row">
23
+
<divclass="col-md-6">
24
+
<h3><spanclass="glyphicon glyphicon-info-sign"></span> How this sample app works</h3>
25
+
<ul>
26
+
<li>This app was deployed to Heroku, either using Git or by using <ahref="https://github.com/heroku/python-getting-started">Heroku Button</a> on the repository.</li>
27
+
28
+
<li>When Heroku received the source code, it grabbed all the dependencies in the <ahref="https://github.com/heroku/python-getting-started/blob/master/Gemfile">Gemfile</a>.</li>
29
+
<li>The platform then spins up a dyno, a lightweight container that provides an isolated environment in which the slug can be mounted and executed.</li>
30
+
<li>You can scale your app, manage it, and deploy over <ahref="https://addons.heroku.com/">150 add-on services</a>, from the Dashboard or CLI.</li>
31
+
<li>Check out the <ahref="https://devcenter.heroku.com/articles/getting-started-with-python">Getting Started</a> guide to learn more!</li>
Please do work through the Getting Started guide, even if you do know how to build such an application. The guide covers the basics of working with Heroku, and will familiarize you with all the concepts you need in order to build and deploy your own apps.
0 commit comments