# Adopting Erlang 日本語訳

> Source: https://www.ymotongpoo.com/works/adopting-erlang-ja/


Tristan Sloughter, Fred Hebert, Evan Vigil-McClanahan の各氏による [Adopting Erlang](https://adoptingerlang.org/) の日本語訳です。

原文は [GitHubリポジトリ](https://github.com/adoptingerlang/adoptingerlang) で公開されており、原著と同様にこの翻訳も [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/) で公開しています。

## 目次

* [イントロダクション](./introduction/)
* [開発](./development/)
* [本番環境](./production/)
* [チームビルディング](./team_building/)
* [Erlang/OTP チートシート](./cheat_sheets/)
* [Systemd](./systemd/)

- [イントロダクション](/works/adopting-erlang-ja/introduction/)
- [開発](/works/adopting-erlang-ja/development/)
- [本番環境](/works/adopting-erlang-ja/production/)
- [チームビルディング](/works/adopting-erlang-ja/team_building/)
- [Erlang/OTP チートシート](/works/adopting-erlang-ja/cheat_sheets/)
- [Systemd](/works/adopting-erlang-ja/systemd/)
- [セットアップ](/works/adopting-erlang-ja/development/setup/)
- [リリース](/works/adopting-erlang-ja/production/releases/)
- [著者について](/works/adopting-erlang-ja/introduction/about_the_authors/)
- [誰をチームに置くか](/works/adopting-erlang-ja/team_building/on_the_team/)
- [Docker](/works/adopting-erlang-ja/production/docker/)
- [OTPの全体像](/works/adopting-erlang-ja/development/otp_high_level/)
- [プロセスと業務慣行](/works/adopting-erlang-ja/team_building/processes/)
- [変更履歴](/works/adopting-erlang-ja/introduction/changelog/)
- [Kubernetes](/works/adopting-erlang-ja/production/kubernetes/)
- [OTPアプリケーション](/works/adopting-erlang-ja/development/otp_applications/)
- [採用のしかた](/works/adopting-erlang-ja/team_building/how_to_hire/)
- [Supervisorツリー](/works/adopting-erlang-ja/development/supervision_trees/)
- [オブザーバビリティ](/works/adopting-erlang-ja/production/operations/)
- [ポリグロットの正しいやり方](/works/adopting-erlang-ja/team_building/how_to_polyglot/)
- [Erlangを売り込み擁護する](/works/adopting-erlang-ja/team_building/selling_and_defending/)
- [依存関係](/works/adopting-erlang-ja/development/dependencies/)
- [マルチアプリプロジェクト](/works/adopting-erlang-ja/development/umbrella_projects/)
- [Rebar3 Shell](/works/adopting-erlang-ja/development/rebar3_shell/)
- [設定](/works/adopting-erlang-ja/development/configuration/)
- [ドキュメンテーション](/works/adopting-erlang-ja/development/documentation/)
- [テスト](/works/adopting-erlang-ja/development/testing/)
- [一筋縄ではいかない話題](/works/adopting-erlang-ja/development/hard_to_get_right/)
