Установка веб панели Ajenti 2 на Centos 8

baltun

Администратор
Сообщения
10.876
Реакции
2.584
Баллы
2.003
Автоматическая установка:
Код:
curl https://raw.githubusercontent.com/ajenti/ajenti/master/scripts/install.sh | sudo bash -s -

Ручная установка.
Нативные зависимости: RHEL / CentOS:
Код:
sudo dnf install epel-release
sudo dnf install -y gcc python3-devel python3-pip python3-pillow python3-augeas python3-dbus chrony openssl-devel

Установка Ajenti 2.
Обновление PIP:
Код:
sudo pip3 install setuptools pip wheel -U

Минимальная установка:
Код:
sudo pip3 install ajenti-panel ajenti.plugin.core ajenti.plugin.dashboard ajenti.plugin.settings ajenti.plugin.plugins

Со всеми плагинами:
Код:
sudo pip3 install ajenti-panel ajenti.plugin.ace ajenti.plugin.augeas ajenti.plugin.auth-users ajenti.plugin.core ajenti.plugin.dashboard ajenti.plugin.datetime ajenti.plugin.filemanager ajenti.plugin.filesystem ajenti.plugin.network ajenti.plugin.notepad ajenti.plugin.packages ajenti.plugin.passwd ajenti.plugin.plugins ajenti.plugin.power ajenti.plugin.services ajenti.plugin.settings ajenti.plugin.terminal
 
Назад
Верх Низ