Nao Minami

Results 4 issues of Nao Minami

## WHY To setup CI ## WHAT Setup travis

## Systemd での基本操作 最近の linux は、mysql や nginx, redis みたいな deamon を Systemd で管理する。管理の単位が 「Unit」と呼ばれる。 - Unit の起動 - `$ sudo systemctl start Unit名` - Unit の再起動 - `$ sudo...

## 本番までに用意するもの - [ ] 全台 deploy script をもっとよくする - [x] `merge master` を勝手にする - `master` から実行する - [ ] branch を check して、`master` じゃなかったらエラーで終了 - [ ] branch を...

## WHY I want to use opencensus with gRPC server. Discussion on this topic was found in https://github.com/census-instrumentation/opencensus-ruby/issues/79 , but I couldn't find any implementation. ## WHAT I implemented `GrpcServerInterceptor`....