Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.62 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.62 KB

Guardia-Swift-Server

  • Vapor Web Server
  • Guardia v4.0 UI Style
  • Creat Code File
  • Run In The Sandbox
  • Show Logs

Description

The Swift Playground of Guardia v4.0 written by Swift 3.0 and Vapor web server toolkit, which will be moved from gitpages repo to my private server.

Screenshot

Usage In macOS

First, you need to install the Vapor and Vapor toolbox. I had pack them two shell files.

git clone https://github.com/Desgard/Guardia-Swift-Server.git
cd Guardia-Swift-Server
bash toolbox-install.sh
bash vapor-install.sh

And then, to configure the runtime environment.

mkdir /Users/Shared/Guardia-pg/
chmod -R 777 /Users/Shared/Guardia-pg

Run web serve by Vapor toolbox.

cd src
bash runserve.sh

MIT License

Copyright (c) 2017 Desgard_Duan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.