Installation and configuration¶
Installation¶
Important
First need to do setting up the environment. All commands are executed only from superuser.
Mode superuser:
sudo -i
Install the Autosetup package:
from Python package repository:
pip3 install autosetup
Note
To install Autosetup on Astra Linux (Smolensk) do following:
Connect the provided repository with AccentOs packages.
Install the package with the command:
sudo apt install -y aos-autosetup
Installing AccentOS Products¶
Auto-installation of modules is launched using the autosetup
utility.
All the necessary parameters for installing modules can be specified as arguments to this utility as well as in environment variables. Products are installed using pip utility installs packages from a given host depending on the operating system. You can read more about the process of installing modules in the section “Functionality of the Autosetup module”.
In addition to the products themselves, the system packages necessary for the correct operation of the products are also installed.
List of installed products:
- Dashboard;
- Monitor;
- CloudManager;
- Scheduler;
- RSserver;
- Journal;
- Client (as a dependency for other modules).
It is necessary that the system requirements for the installed module are met when installing any of the modules.