Skip to content
/ nodelog Public
forked from kcbanner/nodelog

Node.js blogging software - powers caseybanner.ca.

Notifications You must be signed in to change notification settings

gmzdev/nodelog

 
 

Repository files navigation

Nodelog

Blogging software based on Node.js, Express, and MongoDB.

Setup

Make sure all the dependencies are installed, see package.json for exact versions. npm link should handle this.

$ npm link

Copy the default settings:

$ cp settings.js.default settings.js

Edit appropriate fields in settings.js.

$ node app.js

Development

dev.sh simply starts the server using node-dev in the development environment. node-dev automatically restarts the server when it detects code changes.

$ npm install node-dev
$ ./dev.sh

About

Node.js blogging software - powers caseybanner.ca.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published