Ajenti install

by Dmitry Nazarov

HTML

Для установки Ajenti используйте команды:
sudo apt -y install wget
wget http://security.ubuntu.com/ubuntu/pool/universe/p/pillow/python-imaging_4.1.1-3build2_all.deb
sudo dpkg -i python-imaging_4.1.1-3build2_all.deb
wget http://mirrors.mit.edu/ubuntu-ports/pool/universe/p/pillow/python-imaging_3.1.2-0ubuntu1.1_all.deb
dpkg -i python-imaging_3.1.2-0ubuntu1.1_all.deb
apt --fix-broken install
sudo wget http://repo.ajenti.org/debian/key -O- | sudo apt-key add -
echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" | sudo tee /etc/apt/sources.list.d/ajenti.list
sudo apt update
sudo apt -y install ajenti
sudo apt-get install ajenti-v ajenti-v-nginx ajenti-v-mysql
sudo ufw allow 8000/tcp
sudo systemctl restart ajenti
sudo systemctl enable ajenti

=======Альтернативный вариант установки=======
wget http://repo.ajenti.org/debian/key -O- | sudo apt-key add -
echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" | sudo tee -a /etc/apt/sources.list
sudo apt-get update && sudo apt-get install -y ajenti
sudo apt-get install python python-support python-lxml python-gevent openssl python-gevent-socketio python-psutil python-reconfigure python-daemon python-passlib python-requests python-dbus apt-show-versions python-catcher python-exconsole python-ldap python-pil
wget http://realrepo.ajenti.org:8888/ng/debian/pool/main/a/ajenti/ajenti_1.2.23.13_all.deb
sudo dpkg --ignore-depends=python-imaging -i ajenti_1.2.23.13_all.deb
sudo apt-get install ajenti-v ajenti-v-nginx ajenti-v-mysql
service ajenti restart