Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed Quickstart for an API using Vapor 3!
You have completed Quickstart for an API using Vapor 3!
Instruction
Linux Installation Guide
Installing Vapor on Linux is easy, as long as you're using Ubuntu. Swift provides official binaries only for Ubuntu and the Vapor install script supports the same versions of Ubuntu that Swift does.
If you don't already have curl installed, run
sudo apt-get install curl
Next, add Vapor's APT repo to get access to all of Vapor's system packages.
eval "$(curl -sL https://apt.vapor.sh)"
Onc...