Skip to content

Commit

Permalink
Add deployment info for Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
steffendsommer committed Feb 5, 2016
1 parent fe65da1 commit 231507a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ Route.get("async") { request in

Vapor has been successfully tested on Ubuntu 14.04 LTS (DigitalOcean) and Ubuntu 15.10 (VirtualBox).

### DigitalOcean

To deploy to DigitalOcean, simply

- Install Swift 2.2
Expand All @@ -278,6 +280,11 @@ To deploy to DigitalOcean, simply
- (you may need to run as `sudo` to use certain ports)
- (you may need to install `ufw` to set appropriate ports)


### Heroku

To deploy on Heroku, one can use [Kyle Fuller's Heroku buildpack](https://github.com/kylef/heroku-buildpack-swift) which works out of the box with the `vapor-example`.

My website `http://tanner.xyz` is currently running using Vapor.

## Attributions
Expand Down

0 comments on commit 231507a

Please sign in to comment.