yubatake is simple blogging engine for Swift.
- 5.3.2
Tests passed on the following Systems.
- Ubuntu 16.04
Please install Swift in your environment. For macOS please download Xcode 12.3. If you are using Ubuntu, it is easy to install using swiftenv.
Example(swiftenv)
$ swiftenv install 5.3.2
yubatake supports MySQL only.
Please install MySQL Server in your environment.
To use MySQL for the database, please enter the following SQL to create the database.
Please choose the name of a database freely.
mysql> create database yubatake default character set utf8;
Please edit configuration files in Config
directory according to your environment.
The setting of the whole application.
The setting of a mysql server.
The setting of a Content Security Policy.
$ swift build -c release
$ swift run Run -e prod
Be sure to set -e prod
as a option to use production middlewares.
yubatake is released under the MIT License. See the license file for more info.