Skip to content

Raffarti/beic-koha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beic-koha

An Ansible recipe for Koha installation on Fedora.

© Fondazione BEIC e Federico Leva, 2016

GNU General Public License v3.0

Requisites used

  • Fedora server.
  • dnf install ansible libselinux-python python2-dnf.
  • Run localedef -i it_IT -f UTF-8 it_IT or whatever if your locale is not set in locale.
  • Note that CPAN may fail if system is not updated.

The recipe has not been fully tested on CentOS 7, which requires EPEL for ansible and dnf and Zebra RPMs: CentOS Plus, RPM Fusion and RepoForge lack packages too (notably Yaz).

Steps

  • Check that the configuration suits you.
  • Edit inventory.ini to add your server IP or hostname.
  • From the machine which can ssh into the server, run: ansible-playbook koha.yml -u root -i inventory.ini
    • for local installation: ansible-playbook koha.yml -u root -i inventory.ini --connection local
  • Complete the online install.

More information

http://wiki.koha-community.org/wiki/Koha_3.22_on_Fedora_23

About

Koha recipe for fedora

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%