0%

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

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

usage

start server

1
artipub start

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

check mongodb

1
2
3
4
5
6
$ mongo
> show dbs
admin (empty)
artipub 0.078GB
db (empty)
local 0.078GB

now access http://localhost:8000

Reference

History

  • 2019/11/08: created.