zensh / jsgen

[DEPRECATED]JsGen is a next generation,free, open source web software that you can generate a powerful website, such as blog, forum, etc. It is coded by pure JavaScript, based on Node.js, AngularJS, MongoDB.
http://angularjs.cn/
MIT License
1.56k stars 513 forks source link

启动不了,求解 #52

Closed iuphero closed 10 years ago

iuphero commented 10 years ago

清哥,jsgen安装后。启动不了。 node app.js install node app.js npm start 这3条命令都导致以下结果

rrestjs process 17290 Checking config file starting...
check config file error: TypeError: Object #<Object> has no method 'upyun'
rrestjs process 17290 Config file checking complete, errors:0/73, warns:0/73
Connect to Redis...
Redis connected: 127.0.0.1:6379, DB: 1
Redis connected: 127.0.0.1:6379, DB: 2
Redis connected: 127.0.0.1:6379, DB: 3

貌似卡在Redis了?还是什么情况,求助

zensh commented 10 years ago

看样子是卡在mongodb了,确定mongodb已经运行?

iuphero commented 10 years ago

已成功安装。也不知道是什么原因,删了全部文件再安装了一遍就OK了。 O(∩_∩)O谢谢