Lessons:2Length:11 minutes

For full access to all 2 lessons, including source files, subscribe with Elements.
- Overview
- Transcript
1.2 Web Resources for Developers: Heroku
In this lesson I will show you how to configure your project to run on the Heroku platform. You'll also see how to deploy your app, how to incorporate add-ons into your projects, and how to connect a free PostGRES database.
Code Snippet
To deploy an app to Heroku, you create a new Heroku app with the heroku create
command. Then to deploy a new version of your app to Heroku, it's as easy as running the following commands.
git commit -m 'ready to deploy'
git push heroku master
Related Links
1.Web Resources for Developers: Heroku2 lessons, 10:55
2 lessons, 10:55
Free Lesson 1.1Introduction00:52
Free Lesson
1.1
Introduction
00:52
1.2Web Resources for Developers: Heroku10:03
1.2
Web Resources for Developers: Heroku
10:03
Continue watching with Elements
Continue watching with Elements