Skip to content

Commit

Permalink
add heroku deploy directions
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Apr 30, 2014
1 parent 53a59ca commit efb302f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,23 @@ ResourceSync Validator is a Sitemap/ResourceSync validation tool. It can parse a
```
* Visit [http://localhost:3000](http://localhost:3000)

## Deploy to Heroku

Read this first: [Getting Started with Rails 4.x and Heroku](https://devcenter.heroku.com/articles/getting-started-with-rails4)

* Launch a worker
```console
$ heroku create
```

* Set the Google Analytics metadata:
```console
$ heroku config:set GA_KEY=UA-123456789-ABC GA_ACCT=xyz
```
* Deploy
```console
$ git push heroku master
```

0 comments on commit efb302f

Please sign in to comment.