A generic CMS in Meteor.
Installation
----------------------------------
Install Meteor:
$ curl https://install.meteor.com | /bin/sh
To run in dev mode - http://localhost:3000/
$ meteor --settings dev.json
==================================
==============================
Installing other helpful stuff
------------------------------
Nodejs:
http://nodejs.org/download/
Meteorite package archive:
$ npm install -g meteorite
Brew:
$ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
Laika testing framework:
$ brew update
$ brew install mongodb
$ brew install phantomjs
$ sudo npm install -g laika
==============================
===================================
To run tests
-----------------------------------
First start mongodb for testing framework:
$ mongod --smallfiles --noprealloc --nojournal
Then run tests:
$ laika
from https://github.com/dave/oak