Use rfid with Koha
Dear Friends I am very much new to koha and need to implement Rfid reader for circulation .First i install Koha on Ubanto. The first problem is how to access koha from windows IE. As its shows " IT works ....." message. When i try to run sudo command it ask for password which i dont know. Second what i am planing is to add rfid reader on widws based terminal as all the drivers and dll are complied in C#. Have somebody this this directly in koha. Help seeker
On 16/10/12 22:07, mohsin wrote:
Dear Friends I am very much new to koha and need to implement Rfid reader for circulation .First i install Koha on Ubanto. The first problem is how to access koha from windows IE. You are better advised to use Firefox. As its shows " IT works ....." message. That's a DNS problem, I believe. When i try to run sudo command it ask password which i dont know. Well, we can't help with that, and you are not going to get far without it.
Second what i am planing is to add rfid reader on widws based terminal as all the drivers and dll are complied in C#. Have somebody this this directly in koha. None of these are development questions, which is probably why the developers have not answered you. You may get more support on the general Koha list.
HTH, Bob
Le 18/10/2012 04:43, Bob Birchall a écrit :
On 16/10/12 22:07, mohsin wrote:
Dear Friends I am very much new to koha and need to implement Rfid reader for circulation .First i install Koha on Ubanto. The first problem is how to access koha from windows IE. You are better advised to use Firefox. As its shows " IT works ....." message. That's a DNS problem, I believe. I can be because you must disable Apache default site : sudo a2dissite default
When i try to run sudo command it ask password which i dont know. Well, we can't help with that, and you are not going to get far without it.
Second what i am planing is to add rfid reader on widws based terminal as all the drivers and dll are complied in C#. Have somebody this this directly in koha. None of these are development questions, which is probably why the developers have not answered you. You may get more support on the general Koha list.
HTH, Bob
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
-- Fridolyn SOMERS Biblibre - Pôle Support fridolyn.somers@biblibre.com <mailto:fridolyn.somers@biblibre.com>
Fridolyn SOMERS schreef op ma 22-10-2012 om 17:35 [+0200]:
I can be because you must disable Apache default site : sudo a2dissite default
If you have to disable your default site, then you have an error in your configuration. The default is what Apache will show when the request matches no virtual host. By disabling it, you simply move the first virtual host defined to be the default, papering over the problem in a way that's likely to do more harm than good. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
Correct. Since you installed Koha on a développement computer, its hostname may not correspond to Apache configuration. What is in your etc/koha-httpd.conf ? To test it, you will have to configure /etc/hosts. Le 23/10/2012 00:30, Robin Sheat a écrit :
Fridolyn SOMERS schreef op ma 22-10-2012 om 17:35 [+0200]:
I can be because you must disable Apache default site : sudo a2dissite default If you have to disable your default site, then you have an error in your configuration. The default is what Apache will show when the request matches no virtual host. By disabling it, you simply move the first virtual host defined to be the default, papering over the problem in a way that's likely to do more harm than good.
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
-- Fridolyn SOMERS Biblibre - Pôle Support fridolyn.somers@biblibre.com <mailto:fridolyn.somers@biblibre.com>
participants (4)
-
Bob Birchall -
Fridolyn SOMERS -
mohsin -
Robin Sheat