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

node app.js install 执行失败 #65

Open JianyuC opened 10 years ago

JianyuC commented 10 years ago

环境:win7

网络状态:已联网

已经通过yum install mogodb-server mogodb npm redis git 安装基本环境。

已经通过service redis restart 启动redis

已经通过git获取到最新包并且cd到目录npm install 完成。

已经配置过mongo 版本2.6.5

在执行node app.js install 时,已经启动redis-server.exe

在之后node app.js install 提示连接DB1,2,3之后就没有结果了。并且不能访问。(跳过此步骤直接使用npm start也是同样问题)。

D:\git\jsgen>node app.js install rrestjs process 8244 Checking config file starting... check config file error: TypeError: Object # has no method 'upyun' rrestjs process 8244 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 Thenjs caught error: [Error: URL must be in the format mongodb://user:pass@host :port/dbname]

JianyuC commented 10 years ago

好了,不知道问题,都删了重新配置好了。