简体   繁体   中英

How to install koha in my windows 8.1 with xampp…?

I have windows, xampp and oracle_VM_Virtual Box. How can I install koha and where do I find this file?

As you're probably aware, since you have VirtualBox installed, you can't run Koha on Windows -- it needs a Linux platform

You should create an Ubuntu virtual machine on VirtualBox, and then I suggest you take a look at the installation instructions Koha on Ubuntu

Essentially it boils down to these command-line operations

echo deb http://debian.koha-community.org/koha stable main | sudo tee /etc/apt/sources.list.d/koha.list

wget -O- http://debian.koha-community.org/koha/gpg.asc | sudo apt-key add -

sudo apt-get install koha-common

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM