GitXplorerGitXplorer
f

vapor-toolbox-arm64

public
2 stars
0 forks
2 issues

Commits

List of commits on branch master.
Verified
5365b94b51a99ab2c4f53c54c88ca86e7e002720

update to new package name

ffuturejones committed 4 years ago
Verified
3c34bf82da6d43589f5c9b55b3cc36cc511a853e

Update README.md

ffuturejones committed 4 years ago
Unverified
4de52d4760e8f9599a315772610ce1812a1f43e1

Set theme jekyll-theme-cayman

ffuturejones committed 4 years ago
Unverified
92c9565d3c0d2978d33cc88feba3e325c56f6389

Set theme jekyll-theme-slate

ffuturejones committed 4 years ago
Unverified
399515b14df2ba242c3bc672f01f51be3eac14b6

Set theme jekyll-theme-cayman

ffuturejones committed 4 years ago
Verified
6cf0b75a7e3a5dc4f1cb22a42c7f09ca87c84670

Update README.md

ffuturejones committed 4 years ago

README

The README file for this repository.

Vapor

A web framework for Swift

Vapor Toolbox for Arm64 / AArch64

Vapor is a web framework for Swift. It provides a beautifully expressive and easy to use foundation for your next website, API, or cloud project.

More info on the Vapor project available here:-

Github - Vapor Source

Communty - Vapor Developers

Vapor Toolbox for arm64 gives you quick and easy installation on Ubuntu/Debian Arm64 systems.
Download direct from the Release page or use the Swift-Arm package repo.

Installation

  • Add the Swift-Arm package repo
curl -s https://packagecloud.io/install/repositories/swift-arm/release/script.deb.sh | sudo bash
  • Install Swift and Vapor
sudo apt install swiftlang vapor
  • Test Swift
~$ swift --version
Swift version 5.2.4 (swift-5.2.4-RELEASE)
Target: aarch64-unknown-linux-gnu
  • Test Vapor
~$ vapor --help
Usage: vapor <command>

Vapor Toolbox (Server-side Swift web framework)

Commands:
       build Builds an app in the console.
       clean Cleans temporary files.
      heroku Commands for working with Heroku
         new Generates a new app.
         run Runs an app from the console.
  supervisor Commands for working with Supervisord
       xcode Opens an app in Xcode.

Use `vapor <command> [--help,-h]` for more information on a command.