InterviewSolution
Saved Bookmarks
| 1. |
Write the software components for installation and running KOHA software? |
|
Answer» Software Components for installation and running KOHA software (i) Operating system: A Linux server – the software can run on any version of Linux, Debian or Obuntu. (ii) Apache: this is a web server software on which Koha runs. (iii) MySQL: this is an RDBMS software which provides back-end support to KOHA. (iv) Perl: this software provides web interface. |
|