@0divtag/cms_cli

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

Usage no npm install needed!

<script type="module">
  import 0divtagCmsCli from 'https://cdn.skypack.dev/@0divtag/cms_cli';
</script>

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_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!