This is a bash script that install Koha, it was tested on:
- Debian 12 - bookworm
- Ubuntu 22.04 - jammy
chmod +x install_koha.sh
sudo ./install_koha.sh
The script will show the DNS records you need to create so, the website can be reached by using the server name.
This script was based on the the Koha installation instructions for debian and uses the Debian Packages for Koha repository.
Eventually you will need more commands to manage your Koha, learn how to use it here.