0.1.25 • Published 7 years ago

cmbird v0.1.25

Weekly downloads
106
License
-
Repository
github
Last release
7 years ago

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.

0.1.25

7 years ago

0.1.24

7 years ago

0.1.23

7 years ago

0.1.22

7 years ago

0.1.21

7 years ago

0.1.20

7 years ago

0.1.19

7 years ago

0.1.18

7 years ago

0.1.17

7 years ago

0.1.16

7 years ago

0.1.15

7 years ago

0.1.14

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.15

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago