From fcaca02d4708dc26ee8cdc6143f74fd3eb4c6a03 Mon Sep 17 00:00:00 2001 From: Eric Matthes Date: Sat, 7 Nov 2015 22:09:45 -0900 Subject: [PATCH] Cleaner headings. --- chapter_20/README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/chapter_20/README.md b/chapter_20/README.md index cbfa869..558cf34 100644 --- a/chapter_20/README.md +++ b/chapter_20/README.md @@ -6,18 +6,15 @@ Deploying a Project to Heroku In this chapter you'll style Learning Log, and then deploy it to Heroku's servers. Once you've deployed the app, you'll be able to access it from any device, and you'll be able to share your work with others as well. This section will help you get your system set up for deploying projects to Heroku. -Making a Heroku Account ---- +###Making a Heroku Account To make an account, go to [https://heroku.com/](https://heroku.com/) and click one of the signup links. It’s free to make an account, and Heroku has a free tier that allows you to test your projects in live deployment. -Installing the Heroku Toolbelt ---- +###Installing the Heroku Toolbelt To deploy and manage a project on Heroku's servers, you'll need the tools available in the Heroku Toolbelt. To install the latest version, visit [https://toolbelt.heroku.com/](https://toolbelt.heroku.com/) and follow the directions for your operating system. This will involve either a one-line terminal command or an installer you can download and run. -Installing required packages ---- +###Installing required packages You'll also need to install a number of packages that help serve Django projects on a live server. In an active virtual environment, issue these commands: