n00j/ponyo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
very simple CMS to get familiar with node.js technologies
to run:
coffee ponyo.coffee
dependencies:
npm install coffee-script
npm install express
npm install brunch
npm install mongoose
npm install eco
npm install coffeekup
npm install vows
npm install eyes
npm install request
npm install stylus
You also need MongoDB database:
apt-get install mongodb