-
Notifications
You must be signed in to change notification settings - Fork 12
Update Dart SDK
Kenneth Endfinger edited this page Jul 6, 2016
·
4 revisions
- Stop DGLux Server.
- Download this file.
- Copy the
dart-sdk
directory that is inside the ZIP file and replace thedart-sdk
directory in your DSA installation. - Start DGLux Server.
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
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