Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please refer to our video player troubleshooting guide for assistance.

Sign Up For a Free Heroku Account

For more information on concepts covered in this lesson, you can check out:

00:00 In this short video, you’ll walk through signing up for a free Heroku account. Heroku is a popular cloud platform provider, which works in the Platform as a Service model. Unlike other major players, it lets you focus on what’s most important to you, which is writing code, instead of managing the infrastructure like installing the security updates, doing backups, rollbacks, and so on. That can dramatically reduce the time between having an idea and a working application online. On top of that, Heroku is free of charge with a limited account, no credit card required.

00:32 It’s quick to set up, pretty intuitive to use, and it comes with support for Python and Django out of the box, among many other languages and frameworks, as you can see down here. That lets you take your web project online literally in minutes. So, let’s go ahead and sign up.

00:48 Once you navigate your web browser to the Heroku homepage, click the Sign up button in the top right corner over here.

00:55 It will present you with a registration form to fill in your name and other details.

01:03 Afterwards, you’ll receive an email with a confirmation link to follow. When you later set up the password and accept the terms of service, you’ll eventually land on the Heroku dashboard.

01:13 You can use the dashboard to create, manage, and monitor your apps, but it’s much more convenient to do so from the command line, so this is the last time you’re going to see the dashboard in this course. In the next lesson, you’ll install and learn how to use the Heroku CLI, which is a powerful command-line interface for your Heroku account.

Become a Member to join the conversation.