Link Search Menu Expand Document

Introduction

The purpose of this document is to show how to deploy code living on GitHub to apps running on Heroku. Our intended users are new web developers who are just learning/working with app hosting websites.ho

Software Version

As users are required to access Heroku through a website, the most recent version of the application is used, regardless of when you access their services.

Prerequisites

To follow these instructions, you will need:

  • Stable Internet connection
  • A modern web browser installed on a computer
  • Heroku account
  • Website source code
  • Knowledge and experience using Github(able to deploy code to a remote repository on Github)
  • Basic website navigation skills