Skip to content

Download Executables

Bordi Tamás edited this page Jun 14, 2023 · 4 revisions

Requirements

  • Make sure you have the proper version of Java installed.
  • Make sure you have the proper version of MySQL installed.

See details here.

Hint: MySQL connections configuration

Download and prepare

  • Go to releases and download the release-{version}.zip file.
  • Unzip the files.
  • Go to the scripts folder and execute mysql -u {username} -p <create_empty_arrowhead_db.sql command in order to create the database.

Start the core systems

  • Make sure you have the proper values in the configuration file before starting the required core systems.
  • Note that always the Service Registry Core System have to be started first. The other ones should be started only when Service Registry is up and running.

Starting the core systems manually:

Go to core-system/target folder and execute java -jar arrowhead-{core-system}-{version}.jar

Hint: customize the memory usage

Starting the core system automatically:

Go to the scripts folder and execute start_core_systems.sh or start_core_systems.bat depending on your operating system.

What's next?

Make your application system Arrowhead compliant or run some demo.

ABOUT

GETTING STARTED

Certificates

Quick start

How to contribute?

HINTS

MANDATORY CORE SYSTEMS

Service Registry

Orchestrator

Authorization

APPLICATION SYSTEMS

SUPPORTING CORE SYSTEMS

Gatekeeper

Gateway

Event Handler

Choreographer

Quality of Service Monitor

Certificate Authority

System Registry

Device Registry

Onboarding

Data Manager

Time Manager

Plant Description Engine

HawkBit Configuration Manager

Device Hub

Clone this wiki locally