Supporting files for Medium Article
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.
The master branch of this project currently compiles with Xcode 8.1 or the Swift 3.0.2 toolchain on Ubuntu.
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.
The following will clone and build an empty starter project and launch the server on port 8181.
git clone https://github.com/PerfectExamples/StORMDemo.git
cd StORMDemo
swift build
.build/debug/StORMDemo
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
For more information on the Perfect project, please visit perfect.org.