This is the core source of huabot.com.
git clone https://github.com/Lupino/yuntan-article.git
cd yuntan-article
stack build
stack install
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
See docs
Content type
Image
Digest
Size
54.2 MB
Last updated
almost 6 years ago
docker pull lupino/yuntan-article