numeractive

Full javascript Blog boilerplate

Stars
3

Numeractive.fr

Numeractive is a collaborative blog based on NodeJs and AngularJs/ExpressJs. The project will be adapted to be used as a full javascript content management system.

How to install

  • go in node directory cd numeractive/node/

  • Install node packages npm install

  • Run database installer, some questions will be asked node console database

  • Add admin user node console add:admin

  • Install bower modules from public directory bower install

  • Start node server (forever installed globally needed: node install forever -g)forever -w app.js

Notes

Queues task are in "node/todo.md" file, don't hesitate to pull request updates, improvements or fixes.

Otherwise, you can contact me at [email protected], I'll give you more informations.