Update raft.rst (#394)

This commit is contained in:
Wayne Douglas 2018-06-11 20:04:43 +01:00 committed by Tom Pallister
parent 7d0320beca
commit 3bde18f6f8

View File

@ -42,4 +42,4 @@ In addition to this you must add a file called peers.json to your main project a
Each instance of Ocelot must have it's address in the array so that they can communicate using Rafty. Each instance of Ocelot must have it's address in the array so that they can communicate using Rafty.
Once you have made these configuration changes you must deploy and start each instance of Ocelot using the addresses in the peers.json file. The servers should then start communicating with each other! You can test if everything is working by posting a configuration update and checking it has replicated to all servers by getting there configuration. Once you have made these configuration changes you must deploy and start each instance of Ocelot using the addresses in the peers.json file. The servers should then start communicating with each other! You can test if everything is working by posting a configuration update and checking it has replicated to all servers by getting their configuration.