An open API service indexing awesome lists of open source software.

https://github.com/ging/fi-ware-keystone-proxy


https://github.com/ging/fi-ware-keystone-proxy

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

Installation
===================

Keystone implementation for OAuth2 compatibility in FI-WARE

- Software requirements:

+ nodejs
+ npm
+ Note: Both can be installed from (http://nodejs.org/download/)
+ mysql

- Clone repository:


git clone https://github.com/ging/fi-ware-keystone-proxy.git

- Clone config.js.template in config.js and fill it.

- Install the dependencies:


cd fi-ware-keystone-proxy/
npm install

- Populate DB


node ./populate_db.js

- Start server


sudo node server