Installs and configures the Koha ILS from source.
mariadb_port: 3306
mariadb_host: localhost
mariadb_db: koha
db_user: root
db_pw: root
kohaadmin_user: kohaadmin
kohaadmin_pw: kohaadmin
smtp_host: smtp.example.com
smtp_port: 465
smtp_authuser: [email protected]
smtp_authpassword: mypass
See defaults for the rest.
Centos7, Postfix, Apache2, a MariaDB/MySQL database.
GPLv2
Jason Sherman