Last active
January 6, 2017 18:20
-
-
Save richy486/75af4abf4d8c08cac85abac730d36db6 to your computer and use it in GitHub Desktop.
How did i get Vapor running on Heroku
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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