简体   繁体   English

如何使用xampp在Windows 8.1中安装koha?

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

I have windows, xampp and oracle_VM_Virtual Box. 我有Windows,xampp和oracle_VM_Virtual Box。 How can I install koha and where do I find this file? 如何安装koha,在哪里可以找到此文件?

As you're probably aware, since you have VirtualBox installed, you can't run Koha on Windows -- it needs a Linux platform 如您所知,由于已安装VirtualBox,因此无法在Windows上运行Koha-它需要Linux平台

You should create an Ubuntu virtual machine on VirtualBox, and then I suggest you take a look at the installation instructions Koha on Ubuntu 您应该在VirtualBox上创建一个Ubuntu虚拟机,然后建议您查看Ubuntu上Koha的安装说明

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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