# Globally install the Dart DSA Broker
pub global activate -s git https://github.com/IOT-DSA/broker-dart.git# If you have the pub global executable path setup.
dsbrokerOR
# If you do not have the pub global executable path setup.
pub global run broker_dart:brokerYou can edit the server configuration using broker.json. For more information about broker configuration, see
Configuring a Broker.