Download Executables
Requirements
- Make sure you are familiar with the basics.
- Make sure you have the proper version of Java installed.
- Make sure you have the proper version of MySQL installed.
See details here.
Download and prepare
- Go to releases and download the
.zipfiles for the choosen systems. - Unzip the files.
- Go to the
databasefolder and executemysql -u {username} -p < create_empty_db.sqlcommand 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.
The system configuration properties can be found in the
application.propertiesfile which is located next to the executable.jarfile of the system. Look for the configuration possibilities in the system descriptions (example). -
Execute
java -jar arrowhead-{core-system}-{version}.jarfrom the same folder. - Note that always the ServiceRegistry Core System has to be started first. The other ones should be started only when ServiceRegistry is up and running.