https://github.com/ging/fi-ware-keystone-proxy
https://github.com/ging/fi-ware-keystone-proxy
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ging/fi-ware-keystone-proxy
- Owner: ging
- Created: 2013-07-23T09:07:08.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T08:11:26.000Z (about 11 years ago)
- Last Synced: 2025-05-07T21:06:32.435Z (about 1 year ago)
- Language: JavaScript
- Size: 648 KB
- Stars: 1
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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