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