use article publisher artipub to publish your article to multiple platforms


Guide

use article publisher artipub to publish your article to multiple platforms

  • csdn
  • cnblog
  • zhihu
  • jianshu
  • segmentfault
  • toutiao

install

sudo apt-get -y install mongodb
sudo npm install -g artipub --registry=https://registry.npm.taobao.org

usage

start server

artipub start

by default, artipub will use localhost:27017/artipub as connection to mongodb.

check mongodb

$ mongo
> show dbs
admin    (empty)
artipub  0.078GB
db       (empty)
local    0.078GB

now access http://localhost:8000

Reference

History

  • 2019/11/08: created.

Author: kezunlin
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint polocy. If reproduced, please indicate source kezunlin !
评论
  TOC