项目作者: PerfectExamples

项目描述 :
Supporting files for Medium Article
高级语言: Swift
项目地址: git://github.com/PerfectExamples/StORMDemo.git
创建时间: 2017-03-13T15:51:27Z
项目社区:https://github.com/PerfectExamples/StORMDemo

开源协议:

下载


StORM Demo



Get Involed with Perfect!



Star Perfect On Github


Stack Overflow


Follow Perfect on Twitter


Join the Perfect Slack



Swift 3.0


Platforms OS X | Linux


License Apache


PerfectlySoft Twitter


Slack Status

This repo contains supporting files for the Medium article at @iamjono/getting-started-with-server-side-swift-1-2-83317c5cfe14#.4kd2unr3w"">https://medium.com/@iamjono/getting-started-with-server-side-swift-1-2-83317c5cfe14#.4kd2unr3w.

Compatibility with Swift

The master branch of this project currently compiles with Xcode 8.1 or the Swift 3.0.2 toolchain on Ubuntu.

Building & Running

Xcode

We suggest using the Perfect Assistant for managing Server Side Swift projects.

In Perfect Assistant, click “Create New Project”, and select “Custom repository URL”. Choose a location for the project, and enter this URL for “Repository URL”: https://github.com/PerfectExamples/StORMDemo.git

Once the project has been created, click the “Build > Local” button. This will download all dependencies and create an Xcode Project file for you.

Open this project file, then select the “Executable” scheme (with the black icon).

Now, run the project.

Terminal

The following will clone and build an empty starter project and launch the server on port 8181.

  1. git clone https://github.com/PerfectExamples/StORMDemo.git
  2. cd StORMDemo
  3. swift build
  4. .build/debug/StORMDemo

Issues

We are transitioning to using JIRA for all bugs and support related issues, therefore the GitHub issues has been disabled.

If you find a mistake, bug, or any other helpful suggestion you’d like to make on the docs please head over to http://jira.perfect.org:8080/servicedesk/customer/portal/1 and raise it.

A comprehensive list of open issues can be found at http://jira.perfect.org:8080/projects/ISS/issues

Further Information

For more information on the Perfect project, please visit perfect.org.