From edbe33415dbd8d6505bff4bed0b801c607d79592 Mon Sep 17 00:00:00 2001 From: Tom Pallister Date: Mon, 13 Aug 2018 00:58:58 +0530 Subject: [PATCH] #529 updated docs (#545) --- docs/features/raft.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/features/raft.rst b/docs/features/raft.rst index b193b4072..047bd3477 100644 --- a/docs/features/raft.rst +++ b/docs/features/raft.rst @@ -5,7 +5,11 @@ Ocelot has recenely integrated `Rafty `_ Raft is a distributed concensus algorythm that allows a cluster of servers (Ocelots) to maintain local state without having a centralised database for storing state (e.g. SQL Server). -In order to enable Rafty in Ocelot you must make the following changes to your Startup.cs. +To get Raft support you must first install the Ocelot Rafty package. + +``Install-Package Ocelot.Provider.Rafty`` + +Then you must make the following changes to your Startup.cs / Program.cs. .. code-block:: csharp