mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-11-29 18:57:41 +08:00
feat: add
This commit is contained in:
parent
43913ba5d3
commit
922326fe92
@ -81,7 +81,7 @@ wget -qO dgiot_install.sh https://gitee.com/dgiiot/dgiot/raw/master/dgiot_instal
|
|||||||
![dgiot_family.png](http://dgiot-1253666439.cos.ap-shanghai-fsi.myqcloud.com/shuwa_tech/zh/dgiot_family.png)
|
![dgiot_family.png](http://dgiot-1253666439.cos.ap-shanghai-fsi.myqcloud.com/shuwa_tech/zh/dgiot_family.png)
|
||||||
|
|
||||||
## 构建
|
## 构建
|
||||||
构建 *dgiot* 需要 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下用 [开发环境包](https://prod.dgiotcloud.cn/msys64.zip)开发。下载后解压到D盘根目录,严格按照下图操作:
|
构建 *dgiot* 需要 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下用 [开发环境包](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)
|
![dgiotdevtools.png](http://dgiot-1253666439.cos.ap-shanghai-fsi.myqcloud.com/shuwa_tech/zh/dgiotdevtools.png)
|
||||||
+ 国外下载源码
|
+ 国外下载源码
|
||||||
```bash
|
```bash
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
# Building
|
# 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://prod.dgiotcloud.cn/msys64.zip),ダウンロード後、ディスクDのルートディレクトリに解凍し、次の図に従って厳密に操作してください。
|
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)
|
![dgiotdevtools.png](http://dgiot-1253666439.cos.ap-shanghai-fsi.myqcloud.com/shuwa_tech/zh/dgiotdevtools.png)
|
||||||
|
|
||||||
+ 海外でソースコードをダウンロードする
|
+ 海外でソースコードをダウンロードする
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
# Строительство
|
# Строительство
|
||||||
|
|
||||||
Bulid * DGIOT * Требуется 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 [msys64](https://prod.dgiotcloud.cn/msys64.zip), После загрузки распакуйте его в корневой каталог диска D, и работайте строго в соответствии со следующим рисунком :
|
Bulid * DGIOT * Требуется 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 [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)
|
![dgiotdevtools.png](http://dgiot-1253666439.cos.ap-shanghai-fsi.myqcloud.com/shuwa_tech/zh/dgiotdevtools.png)
|
||||||
|
|
||||||
+ Скачать исходный код за границу
|
+ Скачать исходный код за границу
|
||||||
|
@ -1232,7 +1232,7 @@ function install_node() {
|
|||||||
echo -e "`date +%F_%T` $LINENO: ${GREEN} ${script_dir}/node-v16.15.1-linux-x64/bin/node/ ${NC}"
|
echo -e "`date +%F_%T` $LINENO: ${GREEN} ${script_dir}/node-v16.15.1-linux-x64/bin/node/ ${NC}"
|
||||||
else
|
else
|
||||||
rm ${script_dir}/node-v16.15.1-linux-x64.tar.xz -rf
|
rm ${script_dir}/node-v16.15.1-linux-x64.tar.xz -rf
|
||||||
wget https://dgiotdev-1308220533.cos.ap-nanjing.myqcloud.com/node-v16.15.1-linux-x64.tar.xz &> /dev/null
|
wget https://dgiot-release-1306147891.cos.ap-nanjing.myqcloud.com/v4.4.0/node-v16.15.1-linux-x64.tar.xz &> /dev/null
|
||||||
tar xvf node-v16.15.1-linux-x64.tar.xz &> /dev/null
|
tar xvf node-v16.15.1-linux-x64.tar.xz &> /dev/null
|
||||||
if [ -f /usr/bin/node ]; then
|
if [ -f /usr/bin/node ]; then
|
||||||
rm /usr/bin/node -rf
|
rm /usr/bin/node -rf
|
||||||
|
@ -1179,18 +1179,18 @@ function make_ssl() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function install_node() {
|
function install_node() {
|
||||||
if [ ! -d ${script_dir}/node-v16.5.0-linux-x64/bin/ ]; then
|
if [ ! -d ${script_dir}/node-v16.15.1-linux-x64/bin/ ]; then
|
||||||
if [ ! -f ${script_dir}/node-v16.5.0-linux-x64.tar.gz ]; then
|
if [ ! -f ${script_dir}/node-v16.15.1-linux-x64.tar.xz ]; then
|
||||||
wget https://dgiotdev-1308220533.cos.ap-nanjing.myqcloud.com/node-v16.5.0-linux-x64.tar.gz &>/dev/null
|
wget https://dgiot-release-1306147891.cos.ap-nanjing.myqcloud.com/v4.4.0/node-v16.15.1-linux-x64.tar.xz &>/dev/null
|
||||||
tar xvf node-v16.5.0-linux-x64.tar.gz &>/dev/null
|
tar xvf node-v16.15.1-linux-x64.tar.xz &>/dev/null
|
||||||
if [ ! -f usr/bin/node ]; then
|
if [ ! -f usr/bin/node ]; then
|
||||||
rm /usr/bin/node -rf
|
rm /usr/bin/node -rf
|
||||||
fi
|
fi
|
||||||
rm /usr/bin/npm -rf
|
rm /usr/bin/npm -rf
|
||||||
rm /usr/bin/node -rf
|
rm /usr/bin/node -rf
|
||||||
rm /usr/bin/yarn -rf
|
rm /usr/bin/yarn -rf
|
||||||
ln -s ${script_dir}/node-v16.5.0-linux-x64/bin/node /usr/bin/node
|
ln -s ${script_dir}/node-v16.15.1-linux-x64/bin/node /usr/bin/node
|
||||||
ln -s ${script_dir}/node-v16.5.0-linux-x64/bin/yarn /usr/bin/yarn
|
ln -s ${script_dir}/node-v16.15.1-linux-x64/bin/yarn /usr/bin/yarn
|
||||||
sudo /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024
|
sudo /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024
|
||||||
sudo /sbin/mkswap /var/swap.1
|
sudo /sbin/mkswap /var/swap.1
|
||||||
sudo /sbin/swapon /var/swap.1
|
sudo /sbin/swapon /var/swap.1
|
||||||
@ -1208,10 +1208,10 @@ function build_iotView() {
|
|||||||
git reset --hard
|
git reset --hard
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
export PATH=$PATH:/usr/local/bin:${script_dir}/node-v16.5.0-linux-x64/bin/
|
export PATH=$PATH:/usr/local/bin:${script_dir}/node-v16.15.1-linux-x64/bin/
|
||||||
rm ${script_dir}/iotView/dist/ -rf
|
rm ${script_dir}/iotView/dist/ -rf
|
||||||
${script_dir}/node-v16.5.0-linux-x64/bin/npm install
|
${script_dir}/node-v16.15.1-linux-x64/bin/npm install
|
||||||
${script_dir}/node-v16.5.0-linux-x64/bin/npm run build:prod
|
${script_dir}/node-v16.15.1-linux-x64/bin/npm run build:prod
|
||||||
echo "build_iotView "
|
echo "build_iotView "
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1225,10 +1225,10 @@ function build_iotEdit() {
|
|||||||
git reset --hard
|
git reset --hard
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
export PATH=$PATH:/usr/local/bin:${script_dir}/node-v16.5.0-linux-x64/bin/
|
export PATH=$PATH:/usr/local/bin:${script_dir}/node-v16.15.1-linux-x64/bin/
|
||||||
rm ${script_dir}/iotEdit/dist/ -rf
|
rm ${script_dir}/iotEdit/dist/ -rf
|
||||||
${script_dir}/node-v16.5.0-linux-x64/bin/yarn install
|
${script_dir}/node-v16.15.1-linux-x64/bin/yarn install
|
||||||
${script_dir}/node-v16.5.0-linux-x64/bin/yarn build
|
${script_dir}/node-v16.15.1-linux-x64/bin/yarn build
|
||||||
echo "build_iotEdit"
|
echo "build_iotEdit"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ wget -qO dgiot_install.sh https://gitee.com/dgiiot/dgiot/raw/master/dgiot_instal
|
|||||||
| 行业运营平台 | 一年 | 面谈 | 7 X 24 小时VIP服务 |
|
| 行业运营平台 | 一年 | 面谈 | 7 X 24 小时VIP服务 |
|
||||||
|
|
||||||
## 构建
|
## 构建
|
||||||
构建 *dgiot* 需要 Erlang/OTP R23+, Windows下用 [开发环境包](https://prod.dgiotcloud.cn/msys64.zip)开发。下载后解压到D盘根目录,严格按照下图操作:
|
构建 *dgiot* 需要 Erlang/OTP R23+, Windows下用 [开发环境包](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)
|
![dgiotdevtools.png](http://dgiot-1253666439.cos.ap-shanghai-fsi.myqcloud.com/shuwa_tech/zh/dgiotdevtools.png)
|
||||||
+ 国外下载源码
|
+ 国外下载源码
|
||||||
```bash
|
```bash
|
||||||
|
@ -73,7 +73,7 @@ wget -qO dgiot_install.sh https://gitee.com/dgiiot/dgiot/raw/master/dgiot_instal
|
|||||||
| 行业运营平台 | 一年 | 面谈 | 7 X 24 小时VIP服务 |
|
| 行业运营平台 | 一年 | 面谈 | 7 X 24 小时VIP服务 |
|
||||||
|
|
||||||
## 构建
|
## 构建
|
||||||
构建 *dgiot* 需要 Erlang/OTP R23+, Windows下用 [开发环境包](https://prod.dgiotcloud.cn/msys64.zip)开发。下载后解压到D盘根目录,严格按照下图操作:
|
构建 *dgiot* 需要 Erlang/OTP R23+, Windows下用 [开发环境包](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)
|
![dgiotdevtools.png](http://dgiot-1253666439.cos.ap-shanghai-fsi.myqcloud.com/shuwa_tech/zh/dgiotdevtools.png)
|
||||||
+ 国外下载源码
|
+ 国外下载源码
|
||||||
```bash
|
```bash
|
||||||
|
@ -73,7 +73,7 @@ wget -qO dgiot_install.sh https://gitee.com/dgiiot/dgiot/raw/master/dgiot_instal
|
|||||||
| 行业运营平台 | 一年 | 面谈 | 7 X 24 小时VIP服务 |
|
| 行业运营平台 | 一年 | 面谈 | 7 X 24 小时VIP服务 |
|
||||||
|
|
||||||
## 构建
|
## 构建
|
||||||
构建 *dgiot* 需要 Erlang/OTP R23+, Windows下用 [开发环境包](https://prod.dgiotcloud.cn/msys64.zip)开发。下载后解压到D盘根目录,严格按照下图操作:
|
构建 *dgiot* 需要 Erlang/OTP R23+, Windows下用 [开发环境包](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)
|
![dgiotdevtools.png](http://dgiot-1253666439.cos.ap-shanghai-fsi.myqcloud.com/shuwa_tech/zh/dgiotdevtools.png)
|
||||||
+ 国外下载源码
|
+ 国外下载源码
|
||||||
```bash
|
```bash
|
||||||
|
@ -73,7 +73,7 @@ wget -qO dgiot_install.sh https://gitee.com/dgiiot/dgiot/raw/master/dgiot_instal
|
|||||||
| 行业运营平台 | 一年 | 面谈 | 7 X 24 小时VIP服务 |
|
| 行业运营平台 | 一年 | 面谈 | 7 X 24 小时VIP服务 |
|
||||||
|
|
||||||
## 构建
|
## 构建
|
||||||
构建 *dgiot* 需要 Erlang/OTP R23+, Windows下用 [开发环境包](https://prod.dgiotcloud.cn/msys64.zip)开发。下载后解压到D盘根目录,严格按照下图操作:
|
构建 *dgiot* 需要 Erlang/OTP R23+, Windows下用 [开发环境包](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)
|
![dgiotdevtools.png](http://dgiot-1253666439.cos.ap-shanghai-fsi.myqcloud.com/shuwa_tech/zh/dgiotdevtools.png)
|
||||||
+ 国外下载源码
|
+ 国外下载源码
|
||||||
```bash
|
```bash
|
||||||
|
@ -73,7 +73,7 @@ wget -qO dgiot_install.sh https://gitee.com/dgiiot/dgiot/raw/master/dgiot_instal
|
|||||||
| 行业运营平台 | 一年 | 面谈 | 7 X 24 小时VIP服务 |
|
| 行业运营平台 | 一年 | 面谈 | 7 X 24 小时VIP服务 |
|
||||||
|
|
||||||
## 构建
|
## 构建
|
||||||
构建 *dgiot* 需要 Erlang/OTP R23+, Windows下用 [开发环境包](https://prod.dgiotcloud.cn/msys64.zip)开发。下载后解压到D盘根目录,严格按照下图操作:
|
构建 *dgiot* 需要 Erlang/OTP R23+, Windows下用 [开发环境包](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)
|
![dgiotdevtools.png](http://dgiot-1253666439.cos.ap-shanghai-fsi.myqcloud.com/shuwa_tech/zh/dgiotdevtools.png)
|
||||||
+ 国外下载源码
|
+ 国外下载源码
|
||||||
```bash
|
```bash
|
||||||
|
@ -73,7 +73,7 @@ wget -qO dgiot_install.sh https://gitee.com/dgiiot/dgiot/raw/master/dgiot_instal
|
|||||||
| 行业运营平台 | 一年 | 面谈 | 7 X 24 小时VIP服务 |
|
| 行业运营平台 | 一年 | 面谈 | 7 X 24 小时VIP服务 |
|
||||||
|
|
||||||
## 构建
|
## 构建
|
||||||
构建 *dgiot* 需要 Erlang/OTP R23+, Windows下用 [开发环境包](https://prod.dgiotcloud.cn/msys64.zip)开发。下载后解压到D盘根目录,严格按照下图操作:
|
构建 *dgiot* 需要 Erlang/OTP R23+, Windows下用 [开发环境包](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)
|
![dgiotdevtools.png](http://dgiot-1253666439.cos.ap-shanghai-fsi.myqcloud.com/shuwa_tech/zh/dgiotdevtools.png)
|
||||||
+ 国外下载源码
|
+ 国外下载源码
|
||||||
```bash
|
```bash
|
||||||
|
@ -73,7 +73,7 @@ wget -qO dgiot_install.sh https://gitee.com/dgiiot/dgiot/raw/master/dgiot_instal
|
|||||||
| 行业运营平台 | 一年 | 面谈 | 7 X 24 小时VIP服务 |
|
| 行业运营平台 | 一年 | 面谈 | 7 X 24 小时VIP服务 |
|
||||||
|
|
||||||
## 构建
|
## 构建
|
||||||
构建 *dgiot* 需要 Erlang/OTP R23+, Windows下用 [开发环境包](https://prod.dgiotcloud.cn/msys64.zip)开发。下载后解压到D盘根目录,严格按照下图操作:
|
构建 *dgiot* 需要 Erlang/OTP R23+, Windows下用 [开发环境包](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)
|
![dgiotdevtools.png](http://dgiot-1253666439.cos.ap-shanghai-fsi.myqcloud.com/shuwa_tech/zh/dgiotdevtools.png)
|
||||||
+ 国外下载源码
|
+ 国外下载源码
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user