Skip to content

Commit

Permalink
Cleaner headings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmatthes committed Nov 8, 2015
1 parent ebdf072 commit fcaca02
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions chapter_20/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit fcaca02

Please sign in to comment.