November 2018
Intermediate to advanced
404 pages
10h 16m
English
To get start with your first deployment to Vapor Cloud, use the following command to log in:
$ vapor cloud loginIt will prompt you for your email and password credentials. If you haven't signed up for an account using the URL provided to you previously, you can also sign up using the Vapor Clouds command:
$ vapor cloud signupIf you don't have an existing project to deploy, you can create a new one using Vapor's template:
$ vapor new myNewApp$ cd myNewAppMake sure that you are in the root directory of your application.
If you have an existing application, change to the root directory where you can find the Package.swift file.
Once you are in the root directory, the deployment of your application to ...
Read now
Unlock full access