Skip to content

saiful-semantic/KohaOnUbuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Verified on:

  • Ubuntu 24.04 (Noble Numbat)
  • Ubuntu 22.04 (Jammy Jellyfish)
  • Ubuntu 20.04 (Focal Fossa)
  • Debian 12 (Bookworm)
  • Debian 11 (Bullseye)

This repository contains the instructions to install the Koha on Ubuntu distributions with setup and support scripts.

On Ubuntu / Debian

Before you begin, ensure that curl is installed on your system. If curl is not installed, you can install it using the following command:

sudo apt-get install -y curl
  1. Download the setup script:

    curl -fsSLO https://raw.githubusercontent.com/saiful-semantic/KohaOnUbuntu/main/koha_setup.sh
  2. Run the Koha setup script with sudo:

    sudo -E bash koha_setup.sh

    Optional: To install a specific Koha release (e.g. oldstable):

    sudo KOHA_RELEASE=oldstable bash koha_setup.sh
  3. Install Koha:

    sudo apt-get install -y koha-common

Versioning

To check the version of the script:

./koha_setup.sh --version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published