Sign inSign up

lupino/yuntan-article

By lupino

Updated almost 6 years ago

Image
0

1.0K

lupino/yuntan-article repository overview

Article micro server

This is the core source of huabot.com.

Build

git clone https://github.com/Lupino/yuntan-article.git
cd yuntan-article
stack build
stack install

Running

First create a mysql database.

$ mysql -u root
mysql> CREATE DATABASE yuntan_article;
mysql> exit;

Second update the config.yaml, change the database name to you desire one.

cp config.sample.yaml config.yaml
vim config.yaml

Third running.

yuntan-article -c config.yaml

API

See docs

Tag summary

Content type

Image

Digest

Size

54.2 MB

Last updated

almost 6 years ago

docker pull lupino/yuntan-article