-
Notifications
You must be signed in to change notification settings - Fork 0
Install guide
niz1992 edited this page Sep 14, 2014
·
2 revisions
install node install grunt-cli install youyun-cli npm install bundle install brew install redis install nodemon
or just grunt
{ "server-name": "YouYun Server", "env": "development", "port": 3000, "cookie-key": "yy.sid", "cookie-maxage": 604800000, "cookie-secret": "cac9904545bae07cb09bad9dab7f3ced", "redis-host": "localhost", "redis-port": 6379, "mongodb-url": "mongodb://localhost/yy-dev", "mongodb-socket-collection": "sockets", "mongodb-session-collection": "sessions", "log-level": "trace", "version": 1 }
yo