Skip to content

Commit

Permalink
Update README-multiple-instance.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uttampawar authored Jun 30, 2017
1 parent b815f85 commit a3011ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README-multiple-instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Steps in a typical run:
- Prepare multiple_instance_config.json file with appropriate information.
- Hint: Number of server instances (number of blocks in a file) you want to run.
- Update mater.sh script to with number of server instances as well (double check)
- Make sure NODE_PATH is set to Node.js install. e.g. NODE_PATH=/opt/local/node-v6.10.0-linux-x64
- Execute run_multiple_instance.sh script
- The multiple_instance_config.json file is processed to create server and client config files for each instance.
- The server code is copied to a remote server (IP provided in the config file) and each server instance is started.
- A curl command is issued to check if every server instance is up and running.
Expand Down

0 comments on commit a3011ea

Please sign in to comment.