Skip to content

Lagawrd/vapor-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vapor Example

Clone this repo and run swift build to download the dependencies, then run .build/debug/MyApp

View Vapor for documentation.

Swift 2.2 or later is required.

Works on Ubuntu.

Deploying

To deploy to Ubuntu 14.04 LTS (without Swift installed on remote server).

  1. Compile program on Ubuntu 14.04 (Swift must be installed on this computer)
  2. Copy program from .build/[debug,release]/VaporApp into Deploy/VaporApp
  3. Copy contents of Deploy folder to remote Ubuntu 14.04 server (the folder contains all shared libs needed for running)
  4. Run ./run.sh

About

Starting point for using the Vapor framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Swift 94.2%
  • Shell 4.2%
  • HTML 1.6%