@0divtag/cms_cli 中文文档教程
Blog CMS CLI
Basic Overview
这是博客 CMS 的 CLI 工具安装程序 (https://github.com/0DivTag/blog_cms)
Installing
确保全局安装 CLI
npm install -g @0divtag/cms_cli
然后在空文件夹中运行它,
cms_cli
系统会提示您安装两个选项:
- local
- production
生产目前正在开发中,所以请暂时使用本地。
本地使用 MongoDB 作为数据库,因此请确保您有一个在端口 27017 上运行的本地 mongo 服务器,或者在文件夹中运行 docker-compose 以启动 Mongo 和服务器。
你很高兴去!
Blog CMS CLI
Basic Overview
This is a CLI Tool Installer for Blog CMS ( https://github.com/0DivTag/blog_cms )
Installing
Make sure you install CLI globally
npm install -g @0divtag/cms_cli
And then run it in an empty folder like this
cms_cli
You get prompted two options for installing:
- local
- production
Production is currently in development so please use local for now.
Local uses MongoDB as database so make sure you have a local mongo Server running on port 27017 or run the docker-compose in the folder to start Mongo and the Server.
And you're good to go!