Installation prerequisites
To run Axion you need to have next packages installed:
Package | Version |
---|---|
jdk |
19 |
Latest JAVA version can be found at https://www.java.com/en/download/ |
If you desire to build the radar from sources make sure that you have installed:
Package | Version | Download |
---|---|---|
Apache Maven |
3.8.7 and higher |
|
Node.js |
18 and higher |
|
uglifycss |
0.0.29 and higher |
use npm package manager for download/update |
uglifyjs |
3.17.4 and higher |
use npm package manager for download/update |
Make sure, that Java and Node.js environment variable paths are correct in your system. |
Usefull command for installing uglifycss and uglifyjs via npm : npm install -gt uglify-js uglifycss |
Axion supports different databases, H2 and PostgreSQL. See database configuration.