Quantcast
Channel: 看得透又看得远者prevail. ppt.cc/flUmLx ppt.cc/fqtgqx ppt.cc/fZsXUx ppt.cc/fhWnZx ppt.cc/fnrkVx ppt.cc/f2CBVx
Viewing all articles
Browse latest Browse all 20522

oak

$
0
0
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

Viewing all articles
Browse latest Browse all 20522

Trending Articles