/nodehive-headless-cms-ce

Official NodeHive Headless CMS Community Edition Starter Template using composer

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

NodeHive Headless CMS CE

What is NodeHive Headless CMS?

NodeHive Headless CMS is a headless composable platform that serves as your central commerce, marketing, communication and customer engagement hub. NodeHive is built on top of the wide spread Drupal CMS and extends Drupal with advanced headless features.

This repository is the offical NodeHive Headless CMS Community Edition. The makers of NodeHive also offer a paid SaaS version of NodeHive Headless CMS as well as enterprise support.

Benefits

  • Easily manage all your websites from one place
  • Editing content is simple and fast
  • Customize your structured content just the way you want it
  • Plan out your content ahead of time
  • Make sure your content goes live at the right time
  • ... and much more

Features

  • One backend, multiple websites
  • Visual Editor
  • Advanced Content Modelling
  • Paul AI
  • Dashboards
  • Content Calendar
  • RAG / AI Chat (SaaS and enterprise only)
  • Content Projects (SaaS and enterprise only)
  • ... and much more

Important links:

Installation

Install with DDEV

Prerequisite: DDEV installed (https://ddev.readthedocs.io/en/stable/)

git clone https://github.com/NETNODEAG/nodehive-headless-cms-ce
cd nodehive-headless-cms-ce
ddev start
ddev install-nodehive-ce

Your site is now available at https://nodehive-ce.ddev.site

Install with composer directly

Prerequisite: A working LAMP stack

composer create-project netnodeag/nodehive-headless-cms-ce nodehive-ce
cd nodehive-ce
composer install

Adjust the settings.php so that Drupal can be installed Drupal Docs

composer install-nodehive-ce