Skip to content
Tom Cabanski edited this page Jan 27, 2015 · 7 revisions

Right now, there is no installer so you have to build the code and do some manual setup.

To setup:

  • Install psake globally. The easiest way to do this is with chocolatey:
choco install psake
  • Build it
cd [source root directory]
psake
  • Modify RabbitOperations.Collector.Exe.config to set ports for RavenDB and the web as needed
  • Run from the command line by starting the executable from the command line OR install as a service. The basics are shown below. For more information on the command line, see the TopShelf documentation
rabbitoperations.collector.exe install
  • Go to http://localhost:[port where default is 8080 unless you modified the config], go to the RabbitOperations database and edit the document with ID "ConfigurationDocuments/1" with your Rabbit connection information
  • Restart the executable or service

Clone this wiki locally