Skip to content

Instantly share code, notes, and snippets.

@richy486
Last active January 6, 2017 18:20
Show Gist options
  • Save richy486/75af4abf4d8c08cac85abac730d36db6 to your computer and use it in GitHub Desktop.
Save richy486/75af4abf4d8c08cac85abac730d36db6 to your computer and use it in GitHub Desktop.
How did i get Vapor running on Heroku
Vapor Example
https://github.com/vapor/example
Will vapor run on this swift version:
$ curl -sL check.qutheory.io | bash
Install vapor toolbox:
https://github.com/qutheory/vapor-toolbox
$ brew install vapor/tap/toolbox
setup new project:
$ vapor new <project-name>
$ vapor build
$ vapor run
push to heroku
$ git push heroku master
generate and open Xcode project, this looks like it shouldn't be committed as *.xcodeproj is in the default .gitignore
$ vapor xcode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment