Skip to content

Commit db1a843

Browse files
author
Jon Mountjoy
committed
Merge pull request heroku#17 from heroku/next-steps
add next steps
2 parents 96a9472 + 7c0feea commit db1a843

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

app/views/welcome/index.erb

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,23 @@
2020
<ul>
2121
<li>This app was deployed to Heroku, either using Git or by using <a href="https://github.com/heroku/ruby-getting-started">Heroku Button</a> on the repository.</li>
2222

23-
<li>When Heroku received the source code, it grabbed all the dependencies in the <a href="https://github.com/heroku/ruby-getting-started/blob/master/Gemfile">Gemfile</a>.</li>
23+
<li>When Heroku received the source code, it fetched all the dependencies in the <a href="https://github.com/heroku/ruby-getting-started/blob/master/Gemfile">Gemfile</a>, creating a deployable slug.</li>
2424
<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>
2525
<li>You can scale your app, manage it, and deploy over <a href="https://addons.heroku.com/">150 add-on services</a>, from the Dashboard or CLI.</li>
26-
<li>Check out the <a href="https://devcenter.heroku.com/articles/getting-started-with-ruby">Getting Started</a> guide to learn more!</li>
2726
</ul>
2827
</div>
2928
<div class="col-md-6">
29+
<h3><span class="glyphicon glyphicon-link"></span> Next Steps</h3>
30+
<ul>
31+
<li>If you are following the <a href="https://devcenter.heroku.com/articles/getting-started-with-ruby">Getting Started</a> guide, then please head back to the tutorial and follow the next steps!</li>
32+
<li>If you deployed this app by deploying the Heroku Button, then in a command line shell, run:</li>
33+
<ul>
34+
<li><code>git clone https://github.com/heroku/ruby-getting-started.git</code> - this will create a local copy of the source code for the app</li>
35+
<li><code>cd ruby-getting-started</code> - change directory into the local source code repository</li>
36+
<li><code>heroku git:remote -a &lt;your-app-name></code> - associate the Heroku app with the repository</li>
37+
<li>You'll now be set up to run the app locally, or <a href="https://devcenter.heroku.com/articles/getting-started-with-ruby#push-local-changes">deploy changes</a> to Heroku</li>
38+
</ul>
39+
</ul>
3040
<h3><span class="glyphicon glyphicon-link"></span> Helpful Links</h3>
3141
<ul>
3242
<li><a href="https://www.heroku.com/home">Heroku</a></li>

0 commit comments

Comments
 (0)