Commit a38a16ae authored by NILANJAN DAW's avatar NILANJAN DAW

Updated Readme

-- Added Server Install guidelines
parent ce3d339d
...@@ -151,10 +151,11 @@ to run and execute the function on the specified worker node. ...@@ -151,10 +151,11 @@ to run and execute the function on the specified worker node.
After nodejs has been installed After nodejs has been installed
- Install the dependencies: execute `npm install` from within the project folder - Install the dependencies: execute `npm install` from within the project folder, dispatch_manager folder and dispatch_daemon folder on each node the daemon is going to run.
- Modify the constants.json file as required. - Modify the constants.json file as required to reflect the dispatch manager and other services IP addresses.
- For Worker nodes modify the config.json in dispatch_daemon to provide an unique ID to each node. - Update Speculation related parameters as required in the constants.json file.
- Run the Master and Worker server as `npm start` or `node index.js` - Create a folder named local_repository in the dispatch_daemon folder on all the nodes it is running.
- Start the Dispatch Manager and Dispatch Daemon server as `node index.js` and the Resource Manager as `node rm.js`in separate terminals.
### Internal Communication Interfaces ### Internal Communication Interfaces
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment