Can someone explain the basic steps of setting up replication for RavenDB? I'm using build 888. From what I've found online, I can guess at what might need to be done, but I'd rather know for sure.
I believe this is the official documentation for replication: http://ravendb.net/docs/server/bundles/replication
First, that documentation states:
"Raven replication can be enabled by dropping the Raven.Bundles.Replication.dll to Raven's Plugins directory."
I see that DLL in the Bundles folder, but there is no Plugins folder. Am I supposed to create that? Should it already be there?
It looks like we need to do this to specify the replication servers:

What is that? Do I need to actually save this document to the database? Or is that in a config file on the file system somewhere? If I need to write that to the DB, do I just put that in my application and have it run the first time? Every time?
If these questions can get answered, I may have the basic info to get started. Then maybe I could blog, step-by-step, as a tutorial.