在Localhost上访问OAuthd开源库

时间:2013-12-18 10:22:56

标签: node.js

OAuth daemon

oauthd是OAuth.io核心的开源版本。这是一个后台api服务器,它在您自己的服务器上运行,允许您的客户端对任何可用的提供程序进行身份验证。

先决条件

正在运行的redis数据库> = v2.4,请检查Redis快速入门是否正确安装 nodejs> = v0.8.2 npm> = v1.1

完成上述步骤后,我运行这些命令

1) npm install -g coffee-script grunt grunt-cli forever
2) npm install oauthd
3) npm [start|stop|restart] option to start server but its not working 

Actually i want setup this library on localhost but its not working please any one can       help me in it

Insctuctions来自此链接     https://oauth.io/docs/oauthd

感谢

1 个答案:

答案 0 :(得分:0)

确保你也安装了python。 gyp构建错误听起来像node-gyp库找不到python。在大多数unix平台上,这不是问题。在Windows上,您可能需要安装python。这是pyathon node_module,其中包含有关安装该软件包的详细说明:https://www.npmjs.org/package/node-gyp