Skip to content

Update Dart SDK

Kenneth Endfinger edited this page Jul 6, 2016 · 4 revisions

Dart for DGLux Server on Windows

  • Stop DGLux Server.
  • Download this file.
  • Copy the dart-sdk directory that is inside the ZIP file and replace the dart-sdk directory in your DSA installation.
  • Start DGLux Server.

Dart for DGLux Server on Linux (x64-bit)

Run the following commands:

cd /opt/dsa
rm -rf dart-sdk
curl https://gsdview.appspot.com/dart-archive/channels/stable/release/1.17.1/sdk/dartsdk-linux-x64-release.zip > sdk.zip
unzip sdk.zip
rm sdk.zip

Dart for DGLux Server on Linux (Raspberry Pi / ODROID)

Run the following commands:

cd /opt/dsa
rm -rf dart-sdk
curl https://gsdview.appspot.com/dart-archive/channels/stable/release/1.17.1/sdk/dartsdk-linux-arm-release.zip > sdk.zip
unzip sdk.zip
rm sdk.zip

Protocol
 ◌ Design
 ◌ Initializing Connection
 ◌ Node API
  ◌ Methods
  ◌ Broker
   ◌ Broker Discovery
  ◌ Configs
  ◌ Value Types
 ◌ Tokens
 ◌ Quality of Service
DSLink Manager
 ◌ dslink.json
 ◌ Startup Command
SDK Development
 ◌ Implementation Guide
DSA Server
 ◌ Installation
 ◌ Update Server
 ◌ Server Configuration
 ◌ CLI Tools
 ◌ DSA Permission Basics
 ◌ DSA Permission Model
  ◌ Permission List for the Root
 ◌ Authentication
  ◌ OpenID Connect
  ◌ Password Hasher
 ◌ DGLux Server SSL (HTTPS)
 ◌ Docker
 ◌ Audit
 ◌ Data Node
 ◌ Install NGINX with DSA Server
 ◌ Configure Ubuntu Linux to auto start DSA server
 ◌ Troubleshooting

Clone this wiki locally