Skip to main content

Article-ce

Preface

Article implements management functions such as categories, articles, comments, and tags.

Features

  1. Support read-write separation, multi-instance, and multi-database deployment, which is convenient for horizontal expansion.
  2. Simple deployment and operation and maintenance, supporting MacOS, Linux, WSL, and Windows.

Install

Support MacOS, Linux, WSL

curl https://get.gostartkit.com/article.sh | sh

Configuration

./bin/article-linux-amd64 config

Initialization

./bin/article-linux-amd64 init

Serve

./bin/article-linux-amd64 serve > ./log/run.log 2>&1 &

Copyright Notice: Free to Share - Non-commercial - No Derivatives - Keep Author - Keep Source

Author: sskycn

Source: https://gostartkit.com/docs/golang/example/article-ce