Skip to content

Commit

Permalink
add doc why
Browse files Browse the repository at this point in the history
  • Loading branch information
kostya committed Jan 18, 2014
1 parent 1d1b330 commit 7de90d8
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
Expand Up @@ -16,7 +16,17 @@ Recommended installation on the server (system wide):
$ sudo ln -sf /usr/local/ruby/1.9.3/bin/eye /usr/local/bin/eye


Config example, shows some typical processes and most of the options (see in exampes/ folder):
### Why?

We have used god and bluepill in production and always have different bugs (segfaults, crashes, lost processes, kill not-related processes, load problems, deploy problems, ...)

We wanted something more robust and production stable

We wanted features from bluepill and god (+ some new: chains, nested configuring, mask matching, easy debug configs...)

I hope we've got, we are using eye in production and happy.

### Config example

examples/test.eye
```ruby
Expand Down

0 comments on commit 7de90d8

Please sign in to comment.