Update README.md

This commit is contained in:
Travis Reeder
2013-02-03 10:13:13 -08:00
parent d43abddcc3
commit 590db1f7a5

View File

@@ -1,5 +1,4 @@
## What's going on?
- worker.rb connects to router and adds routes.
@@ -24,6 +23,6 @@ This is just a simple prototype. To get to production would need:
- start router.go on remote server (there's a test project on SD already: http://www.simpledeployer.com/projects/ea129e74-52fa-11e2-a91a-12313d008ea2/servers)
- go build ./src/router; sudo ./router
- iron_worker upload -e staging --project-id 51034bc3c2e603384b00a092 --host routertest.iron.io sinatra
- iron_worker upload -e staging --project-id 51034bc3c2e603384b00a092 --host routertest.irondns.info sinatra
- visit http://routertest.iron.io (or ruby client.rb)
- BOOM!