Skip to content
This repository was archived by the owner on Apr 2, 2022. It is now read-only.

Commit d7ae39c

Browse files
author
Scott K
committed
Added prerequisites section to update instructions
1 parent c473cfe commit d7ae39c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

updating_to_heroku.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
These instructions are for those who previously deployed EventKit to a Heroku account (whether manually or using the "Deploy to Heroku" button), and would like to update the application with changes that might have been pushed to this repo.
44

5+
## Prerequisites
6+
7+
First, you'll need git installed on your computer. If you don't have git installed, or are unfamiliar with git, [learn more on their website](http://git-scm.com).
8+
9+
Second, you'll need to have setup an SSH key with your Heroku account. If you haven't done so already, [view instructions on how to do so on Heroku's website](https://devcenter.heroku.com/articles/keys).
10+
511
## Step 1 - Clone The Project
612

713
First off, clone the project to your computer using git.
@@ -31,7 +37,7 @@ cd /path/to/eventkit-rails
3137
git remote add heroku [email protected]:eventkit-rails-upgrade-demo.git
3238
```
3339

34-
## Step 4 - Push Latest Changes To Your Heroku URL
40+
## Step 4 - Push Updates To Your Heroku URL
3541

3642
Finally, you can push the latest and greatest changes to your Heroku URL by running the following:
3743

@@ -42,4 +48,6 @@ cd /path/to/eventkit-rails
4248
git push heroku master
4349
```
4450

45-
The latest changes will be uploaded to your Heroku account!
51+
The latest changes will be uploaded to your Heroku account!
52+
53+
**NOTE:** If you receive a `permission denied` error, you'll probably need to [setup an SSH key for your Heroku account](https://devcenter.heroku.com/articles/keys).

0 commit comments

Comments
 (0)