Giter Site home page Giter Site logo

dgiot_deploy's Introduction

秉持精简**,直指用户需求本质,让用户在半小时内能获得自己想要的效果

  • 通过1个压缩包搭建数蛙工业物联网Saas平台开发环境
  • 通过1个脚本搭建linux下数蛙物联互联网Saas平台运行环境
  • 通过2个安装包搭建windows下数蛙物联互联网Saas平台运行环境

开发环境压缩包

数蛙物联网Saas平台开发套件,点击下载,开箱即用,快速代入,商用实战

  • windows下的linux开发调测环境
  • git持续集成环境
  • erlang通道插件开发与调测环境
  • python扩展编程开发与调测环境
  • java扩展编程开发与调测环境
  • nodjs+vue+yark前端交互开发与调测环境

后台开发代码工程:

git clone https://hub.fastgit.org/dgiot/dgiot_server.git

前端源码:

git clone https://hub.fastgit.org/dgiot/dgiot_dashboard.git

linux环境一键式部署脚本

部署在工业物联网解决方案的云服务商公网节点,支持设备租赁、设备托管等物联网需求

名称 下载地址 说明
数蛙云平台单机脚本 dgiot_cloud_single.zip 包含数据、存储、接入与计算套件
数蛙云平台集群脚本 dgiot_cloud_cluster 包含数据、存储、接入与计算套件

centos 7.6

数蛙云平台单机脚本部署 dgiot_cloud_single.sh

  • 替换公网ip(wlanip),如公网ip为123.45.67.89,则替换命令为
sed -i "s/{{wlanip}}/123.45.67.89/g" ./dgiot_cloud_single.sh
  • 替换最新版本{{dgiot}},如果最新版本为shuwa_iot_suke_39,则替换命令为
sed -i "s/{{dgiot}}/shuwa_iot_suke_39/g" ./dgiot_cloud_single.sh

环境下完整的操作命令为:

 sudo yum install git
 git clone https://hub.fastgit.org/dgiot/dgiot_deploy.git
 cd dgiot_deploy
 sed -i "s/{{wlanip}}/123.45.67.89/g" ./dgiot_cloud_single.sh
 sed -i "s/{{dgiot}}/shuwa_iot_suke_39/g" ./dgiot_cloud_single.sh
 sudo sh ./dgiot_cloud_single.sh

安装好之后,可以打开 http://123.45.67.89:5080 用户名:dgiot_admin 密码:dgiot_admin 登陆物联网系统

windows环境安装包

部署工业物联网解决方案的企业内网安全私密的window电脑节点、零投入实现企业内部安全的设备接入与数字化转型需求

名称 下载地址 说明
数蛙边缘数据安装包 dgiot_data_center.exe 包含数据和存储套件
数蛙边缘计算安装包 dgiot_edge_hub.exe 包含接入和计算套件

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.