Unattended non-interactive установка roundcube c хранением БД в MySQL

Сохраняем словарь ответов :

roundcube-core roundcube/mysql/method select tcp/ip
roundcube-core roundcube/dbconfig-reinstall boolean false
roundcube-core roundcube/dbconfig-install boolean true
roundcube-core roundcube/purge boolean false
roundcube-core roundcube/language select ru_RU
roundcube-core roundcube/db/dbname string roundcube
roundcube-core roundcube/remote/newhost string 127.0.0.1
roundcube-core roundcube/remote/port string 3306
roundcube-core roundcube/restart-webserver boolean false
roundcube-core roundcube/install-error select ignore
roundcube-core roundcube/mysql/admin-user string root
roundcube-core roundcube/mysql/admin-pass password mysqlrootpass
roundcube-core roundcube/mysql/app-pass password
roundcube-core roundcube/database-type select mysql
roundcube-core roundcube/remote/host select 127.0.0.1
roundcube-core roundcube/db/app-user string roundcube

где mysqlrootpass - текущий актуальный пароль для root MySQL

Подгружаем ответы из нашего словаря в систему

debconf-set-selections < roundcube.txt

Ставим пакет :

apt-get install roundcube roundcube-mysql

Tags: ,

Leave a Reply