Skip to content
This repository has been archived by the owner on Jan 20, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenba committed Jul 24, 2012
1 parent fff03b1 commit 57c5658
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
BrewBuddy
=========

Sample code for my talk "Brewing Beer with Windows Azure" - http://channel9.msdn.com/Events/aspConf/aspConf/Brewing-Beer-with-Windows-Azure
Sample code for my talk "Brewing Beer with Windows Azure" - http://channel9.msdn.com/Events/aspConf/aspConf/Brewing-Beer-with-Windows-Azure

## Running the code
- Make sure you have a service bus namespace running
- Enter the details of it in BrewBuddy.Services.BrewService
- In BrewBuddy.Agent.Sensor.ServiceBusSensorApiV1, change the service bus namespace
- In BrewBuddy.Worker.Logic.TemperatureTap, change the service bus namespace details
- In Web.config, edit the service bus ACS namespace details if you want to make use of the API
- In Web.config, edit the database conection string

Or just have a look at www.brewbuddy.net.

0 comments on commit 57c5658

Please sign in to comment.