@@ -151,10 +151,11 @@ to run and execute the function on the specified worker node.
After nodejs has been installed
- Install the dependencies: execute `npminstall` from within the project folder
- Modify the constants.json file as required.
- For Worker nodes modify the config.json in dispatch_daemon to provide an unique ID to each node.
- Run the Master and Worker server as `npmstart` or `nodeindex.js`
- Install the dependencies: execute `npminstall` 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 to reflect the dispatch manager and other services IP addresses.
- Update Speculation related parameters as required in the constants.json file.
- 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 `nodeindex.js` and the Resource Manager as `noderm.js`in separate terminals.