UNPKG

@0divtag/cms_cli

Version:

CLI Tool for installing Blog CMS (https://github.com/0DivTag/blog_cms)

31 lines (21 loc) 627 B
# Blog CMS CLI ## Basic Overview This is a CLI Tool Installer for Blog CMS ( https://github.com/0DivTag/blog_cms ) <br> ## Installing Make sure you install CLI globally ```node npm install -g @0divtag/cms_cli ``` And then run it in an empty folder like this ```node cms_cli ``` You get prompted two options for installing: - local - production Production is currently in development so please use local for now. <br><br> 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. <hr> And you're good to go!