Installing Vapor

  1. Check if Vapor is compatible with the current Mac installation :
eval "$(curl -sL check.vapor.sh)"
  1. If needed, install Swift 4.1
  1. Install Vapor Toolbox Homebrew:
brew install vapor/tap/vapor 

or

brew install qutheory/tap/vapor

or

brew install vapor/tap/toolbox
  1. If that does not work:
	brew tap vapor/homebrew-tap
	brew update
	brew install vapor

Next: Make new Vapor App


Vapor 3 Tutorial Start


#vapor #swift #pub #vapor-toolbox