dgiot/README-JP.md

114 lines
6.6 KiB
Markdown
Raw Normal View History

2021-07-02 18:09:14 +08:00
# DGIOT
2021-05-18 14:54:48 +08:00
2021-05-30 17:15:32 +08:00
[![GitHub Release](https://img.shields.io/github/release/dgiot/dgiot?color=brightgreen)](https://github.com/dgiot/dgiot/releases)
[![Build Status](https://travis-ci.org/dgiot/dgiot.svg)](https://travis-ci.org/dgiot/dgiot)
[![Docker Pulls](https://img.shields.io/docker/pulls/dgiot/dgiot)](https://hub.docker.com/r/dgiot/dgiot)
2022-07-18 18:52:54 +08:00
[![Community](https://img.shields.io/badge/Community-DGIOT-yellow)](https://www.dgiotcloud.cn/)
2022-01-07 16:30:56 +08:00
[![star](https://gitee.com/dgiiot/dgiot/badge/star.svg?theme=gvp)](https://gitee.com/dgiiot/dgiot/stargazers)
2021-07-02 19:14:01 +08:00
[English](./README.md) | [简体中文](./README-CN.md) | [日本語](./README-JP.md) | [русский](./README-RU.md)
2021-07-02 18:06:58 +08:00
2022-01-07 16:30:56 +08:00
*DGIOT* は中国で最初の軽量オープンソース産業用IoT継続的インテグレーションプラットフォームです
2021-07-02 18:06:58 +08:00
2021-09-18 18:02:02 +08:00
2016年以前、Shuwaチームはインターネットとモバイルインターネットを長年にわたってクロールしていました。 2016年には、モのインターネットのクロールに参入し始めました。 このオープンソースプラットフォームを通じて長年のクロール経験を共有し、学際的な産業用インターネットプロジェクトを容易にすることを望んでいます。
+ 金持ちのエンジニアがウィンドウの相互作用を通じて、より簡単な要件で産業用インターネットプロジェクトを完了できるようにします
+ ジュニアフロントエンドエンジニアの大多数に、サーバーレス方式を介してより複雑な要件を持つ産業用インターネットプロジェクトを実施させます
+ Python、Java、Go、Cのジュニアバックグラウンドエンジニアが、Webプログラミング開発チャネルを通じて複雑な産業用インターネットプロジェクトに着手できるようにします
2021-07-02 18:06:58 +08:00
2021-12-01 09:43:09 +08:00
# ヴィジョン
2021-09-18 18:02:02 +08:00
DGIOTチームは、Shuwa IndustrialInternet継続的インテグレーションプラットフォームを通じて次のビジョンを達成したいと考えています。
+エンジニア、フロントエンドエンジニア、およびジュニアバックオフィスエンジニアを通じて、実際に中小規模の産業用インターネットプロジェクトを1か月以内に完了します。
+オープンソースコード、無料ソフトウェア、ドキュメント共有、技術認証、製品認証、運用および保守ホスティングなどの複数の方法を通じて、高品質の配信を保証します。
+技術分野の専門家は、業界の優れた技術フレームワークを統合し続け、ビジネス分野の専門家は、ビジネスモデルとプロセスを最適化し、学際的なオープンプラットフォームを構築し続けます。
+ IoTプラットフォームはついにシンプルで使いやすくなり、ツールの本質に戻ります
2021-07-02 18:06:58 +08:00
# Building
2021-12-20 15:37:34 +08:00
Bulid *DGIOT* Need Erlang/OTP R21+, Windows download [msys64](https://dgiotdev-1308220533.cos.ap-nanjing.myqcloud.com/msys64.zip),ダウンロード後、ディスクDのルートディレクトリに解凍し、次の図に従って厳密に操作してください。
2021-12-25 06:23:44 +08:00
![dgiotdevtools.png](http://dgiot-1253666439.cos.ap-shanghai-fsi.myqcloud.com/shuwa_tech/zh/dgiotdevtools.png)
2021-07-02 18:06:58 +08:00
2021-09-18 18:02:02 +08:00
+ 海外でソースコードをダウンロードする
2021-07-02 18:06:58 +08:00
```bash
git clone https://github.com/dgiot/dgiot_dashboard.git
git clone https://github.com/dgiot/dgiot.git
```
2021-09-18 18:02:02 +08:00
+ 中国のダウンロードソースコード
2021-07-02 18:06:58 +08:00
```bash
git clone https://gitee.com/dgiiot/dgiot_dashboard.git
git clone https://gitee.com/dgiiot/dgiot.git
```
2022-04-24 11:25:42 +08:00
+ ワンタッチスタートコマンド Linux/Unix/Mac/Windows
```bash
2022-05-04 16:13:59 +08:00
make run
2021-07-02 18:06:58 +08:00
```
+ Make Debug
```
make DIAGNOSTIC=1
```
2021-12-06 15:27:57 +08:00
*DGIOT* start, you can use a browser to visit http://localhost to view Dashboard.。
2021-07-02 18:06:58 +08:00
- For a complete list of new features, see [DGIOT Release Notes](https://github.com/dgiot/dgiot/releases)。
2022-07-18 18:52:54 +08:00
- For more information, please visit [DGIOT Website](https://www.dgiotcloud.cn/)。
2021-09-09 12:35:58 +08:00
2021-12-01 09:43:09 +08:00
## インストールと展開
2021-09-09 12:35:58 +08:00
+ **centos 7.6**
```
2021-09-09 17:50:17 +08:00
wget -q https://gitee.com/dgiiot/dgiot/raw/master/dgiot_install.sh && sh dgiot_install.sh
2021-09-08 19:14:09 +08:00
```
2021-07-02 18:06:58 +08:00
2021-12-01 09:43:09 +08:00
## コミュニティ
2021-05-18 14:54:48 +08:00
### FAQ
2022-07-18 18:52:54 +08:00
Visit [DGIOT FAQ](https://doc.dgiotcloud.cn/docs/product_doc/) to get help on frequently asked questions
2021-05-18 14:54:48 +08:00
2021-07-02 18:06:58 +08:00
### FAQ
2021-05-18 14:54:48 +08:00
2021-07-02 18:06:58 +08:00
[GitHub Discussions](https://github.com/dgiot/dgiot_server/discussions)
2022-07-18 18:52:54 +08:00
[DGIOT Chinese Q&A Community](https://www.dgiotcloud.cn/?page_id=12)
2021-05-18 14:54:48 +08:00
2021-12-01 09:43:09 +08:00
### デザインに関わっている
2021-05-18 14:54:48 +08:00
2021-07-02 18:06:58 +08:00
If you have suggestions for improvements to DGIOT, you can submit PR and ISSUE to [EIP](https://github.com/dgiot/eip)
2021-05-18 14:54:48 +08:00
2021-12-01 09:43:09 +08:00
### プラグイン開発
2021-05-18 14:54:48 +08:00
2021-07-02 18:06:58 +08:00
If you want to integrate or develop your own plug-in, refer to [lib-extra/README.md](./lib-extra/README.md)
2021-05-18 14:54:48 +08:00
2021-07-02 18:06:58 +08:00
You are welcome to submit any bugs, issues and feature requests to [dgiot/dgiot](https://github.com/dgiot/dgiot/issues)。
2021-05-18 14:54:48 +08:00
2021-12-01 09:43:09 +08:00
### 私たちに関しては
2021-07-02 18:06:58 +08:00
| contact details | address |
| -------------- | ----------------------------------------------------------------------------------------- |
| github | [https://github.com/dgiot](https://github.com/dgiot?from=git) |
| gitee | [https://gitee.com/dgiot](https://gitee.com/dgiiot?from=git) |
2022-07-18 18:52:54 +08:00
| Official website | [https://www.dgiotcloud.cn](https://www.dgiotcloud.cn) |
| Blog | [https://www.dgiotcloud.cn/?cat=19](https://www.dgiotcloud.cn/?cat=19) |
| IoT access platform | [https://prod.dgiotcloud.cn](https://prod.dgiotcloud.cn) |
2021-07-02 18:06:58 +08:00
| The public | ![qrcode.png](http://dgiot-1253666439.cos.ap-shanghai-fsi.myqcloud.com/wechat/qrcode.png) |
2022-07-18 18:52:54 +08:00
| QQ group | 346566935 |
2021-05-18 14:54:48 +08:00
2021-12-01 09:43:09 +08:00
### お問い合わせ
2022-07-18 18:52:54 +08:00
次のチャネルを通じて、DGIOTコミュニティおよび開発者に連絡できます:
- [official](https://www.dgiotcloud.cn/)
- [ask](https://www.dgiotcloud.cn/?page_id=12)
- [Blog](https://www.dgiotcloud.cn/?cat=19)
2021-09-13 09:49:43 +08:00
- [Twitter](https://twitter.com/)
- [Facebook](https://www.facebook.com/)
- [Reddit](https://www.reddit.com/)
- [Weibo](https://weibo.com)
2021-05-18 14:54:48 +08:00
2021-12-01 09:43:09 +08:00
## プレビューアドレス
2021-07-02 18:06:58 +08:00
[Tencent Cloud preview address](https://dgiotdashboard-8gb17b3673ff6cdd-1253666439.ap-shanghai.app.tcloudbase.com?ftom=git)
2021-05-18 14:54:48 +08:00
2021-12-01 09:43:09 +08:00
## スキャンコードのプレビュー
2021-07-02 18:06:58 +08:00
![dgiot_dashboard.png](http://dgiot-1253666439.cos.ap-shanghai-fsi.myqcloud.com/wechat/dgiot_dashboard.png)
2021-05-18 14:54:48 +08:00
2021-12-01 09:43:09 +08:00
## オープンソースライセンス
2021-07-02 18:06:58 +08:00
Apache License 2.0, 详见 [LICENSE](./LICENSE)。