Installation
Before starting, verify that your system meets the System Requirements.
Download
Download the latest installation package from https://repo.energysoar.com/install/,
then extract and set permissions:
$ mkdir energysoar
$ tar -zxvf energysoar-*.tar.gz -C energysoar
$ chmod 744 energysoar/install.sh
License
Place both license files (*.license and *.info) in the same directory as install.sh
before running the installer:
energysoar/
├── install.sh
├── energysoar_*.license
├── energysoar_*.info
└── ...
If the license files are missing, the installer will exit with an error and report the expected location.
Run
Run the installer as root from the package directory:
# ./install.sh -n
The non-interactive mode installs the following components and their dependencies:
Energy SOAR Base
Energy SOAR Automation
Energy Logserver Data Node
After the packages are installed, the script loads sample data:
creates sample user accounts
loads analyzer templates
configures Automation integration
imports MISP Taxonomies
loads sample Playbooks
creates Automation database schema
Sample users
The installer creates the following accounts in Energy SOAR Base:
User |
Password |
|---|---|
|
secret |
|
socadmin |
|
socuser |
|
socro |
Warning
Change all sample passwords before connecting the system to a production network.