@0divtag/cms_cli
v1.2.2
Published
CLI Tool for installing Blog CMS (https://github.com/0DivTag/blog_cms)
Readme
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_cliAnd then run it in an empty folder like this
cms_cliYou 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!
