[Koha] Best way to install koha in ubuntu 12.04?

2013-02-20 Thread davidlamhauge
Can anyone advice me in the best way to install koha on my ubuntu 12.04 server?I have tried this http://wiki.koha-community.org/wiki/Koha_3.8_on_Debian_Squeeze, and many other guides the last two weeks, but nothing is working...(SIGH!)What is the best and safest guide, and what are the most common

Re: [Koha] Best way to install koha in ubuntu 12.04?

2013-02-20 Thread Tomas Cohen Arazi
Take a look at this, which seems to suit better: http://wiki.koha-community.org/wiki/Koha_on_Ubuntu Regards To+ On Wed, Feb 20, 2013 at 11:00 AM, davidlamhauge wrote: > Can anyone advice me in the best way to install koha on my ubuntu 12.04 > server?I have tried this > http://wiki.koha-communi

Re: [Koha] Best way to install koha in ubuntu 12.04?

2013-02-20 Thread davidlamhauge
I have tried both methods as suggested on http://wiki.koha-community.org/wiki/Koha_on_Ubuntu. My first installation was from source. It didn't work so I removed it and tried packages. I have tried 3.8, 3.10 and 3.11, and I have followed the instructions. Nothing really worked. At one time an inst

Re: [Koha] Best way to install koha in ubuntu 12.04?

2013-02-20 Thread Kurt Bodling
David, I can't help you with the install (last time I did an Ubuntu install was on LTS 10.04 about 2 years ago) ... but maybe if you share more specifics about what isn't working, what error message(s) you get, or what specific step seems to where the install grinds to a halt ... maybe then oth

Re: [Koha] Best way to install koha in ubuntu 12.04?

2013-02-20 Thread Indranil Das Gupta
Hi, On Wed, Feb 20, 2013 at 8:06 PM, davidlamhauge wrote: > I have tried both methods as suggested on > http://wiki.koha-community.org/wiki/Koha_on_Ubuntu. You really need to describe it better, than just say it is not working. For example, is apt-get install koha-common failing to complete. If

Re: [Koha] Best way to install koha in ubuntu 12.04?

2013-02-20 Thread davidlamhauge
Strangely enough, It's hard to describe it better. 1) I tried to install from source. I followed all instructions, but couldn't get the web-installer working. So I uninstalled koha again. 2) I tried installing koha-common from packages using of the guides. I couldn't get an instance working. Again

Re: [Koha] Best way to install koha in ubuntu 12.04?

2013-02-20 Thread Owen Leonard
> 2) I tried installing koha-common from packages using of the guides. I > couldn't get an instance working. Again I uninstalled. "Couldn't get an instance working" is very vague. It would have been good to ask questions on the mailing list or on IRC at this stage of the game. > Everything seemed

Re: [Koha] Best way to install koha in ubuntu 12.04?

2013-02-20 Thread Mark Tompsett
Greetings, Packages are the best way to go: http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages You have three hurdles to jump when doing the installation, four if you count installation of Ubuntu. 1) Editing files. People new to Linux aren't familiar with how to edit files. 2) Apach

Re: [Koha] Best way to install koha in ubuntu 12.04?

2013-02-20 Thread davidlamhauge
>"Couldn't get an instance working" is very vague I couldn't get it working, because I followed the instuctions, and when I was supposed to finish installation via the web-installer, there was none. There were no error messages, or anything else, that indicated that something was wrong, so I call

Re: [Koha] Best way to install koha in ubuntu 12.04?

2013-02-20 Thread davidlamhauge
Thanks for all the help! I will see what the next days will bring. Right now I'll give it another try on the existing server. -- View this message in context: http://koha.1045719.n5.nabble.com/Best-way-to-install-koha-in-ubuntu-12-04-tp5743104p5743142.html Sent from the Koha-general mailing li

Re: [Koha] Best way to install koha in ubuntu 12.04?

2013-02-20 Thread Indranil Das Gupta
Hi On Wed, Feb 20, 2013 at 11:27 PM, davidlamhauge wrote: > I couldn't get it working, because I followed the instuctions, and when I > was supposed to finish installation via the web-installer, there was none. can you paste the output of `/usr/sbin/apache2ctl -S` ? -- Indranil Das Gupta Phon

Re: [Koha] Best way to install koha in ubuntu 12.04?

2013-02-20 Thread davidlamhauge
I give up! Apache has stopped working. I must have removed some needed file, at a point. /usr/sbin/apache2ctl -S gives no output since apache2ctl doesn't exist... I don't know why. Probably my fault. I will do a fresh install during the weekend, and if there are problems, I'll return... -- Vie

[Koha] Records not showing in OPAC and multiple biblionumbers

2013-02-20 Thread Elaine Bradtke
Koha 3.10.02 We have set up 942n to have two choices Hide in OPAC and Show in OPAC. The record suppression has been working fine until recently. The staff member who checks and unsuppresses records says there are a bunch which have accumulated that remain hidden, even after he's changed the field

Re: [Koha] Records not showing in OPAC and multiple biblionumbers

2013-02-20 Thread Wagner, Jane
See http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6657 for one possible cause. Jane Wagner Senior Project Manager LibLime, a division of PTFS Content Management and Library Solutions 11501 Huff Court North Bethesda, MD 20895 (301) 654-8088 x 151 jwag...@liblime.com -Original Mess

Re: [Koha] Records not showing in OPAC and multiple biblionumbers

2013-02-20 Thread Elaine Bradtke
The bug report says: If someone edits the framework to make any field of the 999 visible, then any edit to any field of the MARC record results in a duplicate 999 with the biblionumber repeated. I just checked our framework, Our 999 subfields are hidden. . . . Which makes me wonder if the probl

Re: [Koha] Records not showing in OPAC and multiple biblionumbers

2013-02-20 Thread Elaine Bradtke
Need a clarification about the multiple biblio numbers. Is this expected behaviour when two or more records are combined? For example after combining 18235 and 14922 will that biblio then have the number 18235 | 14922 ? On Wed, Feb 20, 2013 at 9:24 PM, Elaine Bradtke wrote: > The bug report s

[Koha] Subject tracing help

2013-02-20 Thread Charles Hill
Hello, I am having trouble getting the tracing of subjects the way I would like. We are running v. 3.8 and have UseAuthoritiesForTracings set to 'Don't use' and 'TraceSubjectSubdivisions' set to 'Include' and are using the Zebra index. However, whenever a subject tracing is clicked in the OPAC,

Re: [Koha] Best way to install koha in ubuntu 12.04?

2013-02-20 Thread Vinod Kumar Mishra
Hello all, Please refer below website for live DVD of koha, it has been installed with ubuntu packages install instruction successfully so pls keep trying again and again the problem may be due to net connectivity or wrong addresses while using commands. http://sourceforge.net/projects/vkmkoha