Guide
use article publisher artipub
to publish your article to multiple platforms
- csdn
- cnblog
- zhihu
- jianshu
- segmentfault
- toutiao
- …
install
1 | sudo apt-get -y install mongodb |
usage
start server
1 | artipub start |
by default, artipub will use
localhost:27017/artipub
as connection to mongodb.
check mongodb
1 | $ mongo |
now access http://localhost:8000
Reference
History
- 2019/11/08: created.