cmbird

0.1.25 • Public • Published

cmbird

Content Management Bird

A lightweight NodeJS based content management system that aims for flexibility, performance, stability and ease of use.

Installation

npm install cmbird

Though you also need to install PostgreSQL database.

Basic usage

var CMS = require("cmbird");
var cms = new CMS({
  host : '127.0.0.1',
  port : 9639,
  db_user : 'postgres', // or any other database user with super permissions
  db_pwd: 'password',
  app_path : __dirname
});

WARNING: This is an experimental version. There might be serious security vulnerabilities and bugs. Reported issues and calaborators appreciated.

Readme

Keywords

none

Package Sidebar

Install

npm i cmbird

Weekly Downloads

53

Version

0.1.25

License

none

Unpacked Size

7.59 MB

Total Files

266

Last publish

Collaborators

  • qualphey