From 53b3d3a9b440f9155f5f870c241835b1798e95ca Mon Sep 17 00:00:00 2001 From: plegolas Date: Tue, 5 Apr 2016 17:50:23 +0100 Subject: [PATCH] Updating command to run the server Running the command the return is "node: command not found". Updating it to "nodejs" gets the server up. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ea5b35..89028e8 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ Oauth2 authentication example for FI-WARE GE applications npm install -- Configure OAuth2 credentials in config.js file (you will find theme in your IDM account) +- Configure OAuth2 credentials in config.js file (you will find them in your IDM account) - Start example server - sudo node server + sudo nodejs server - Connect to http://localhost to try the example