Skip to content

nobsjs/nobsjs

Repository files navigation

NoBS.js

Modular content management and business administration platform for small businesses and organizations. The core solution is a boilerplate for adding custom modules and customizing existing features to fit your needs.

Team

  • Product Owner: Trevor Hanus
  • Scrum Master: Cody Daig
  • Development Team Members: Marco Viappiani, Rob Rodrigez

Table of Contents

  1. Requirements
  2. Installing Dependencies
  3. Team
  4. Roadmap
  5. Contributing

Requirements

  • Node 0.12.x
  • Postgresql 9.1.x (or other SQL database - configured locally)

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install

If you need to modify some of the configs: 1.) Copy the default config file cp lib/env/default.js lib/env/local.js 2.) Remove any components you want don't want to set & change the options you need changed.

  • Anything in local will override the default
  • Anything not defined in local will default to the default config

Roadmap

View the project roadmap on GitHub Issues.

Contributing

See CONTRIBUTING.md for contribution guidelines.