Package updates for 3.2.0
With the release of 3.2.0, I've upgraded the packages in the repository, and at the same time adjusted their layout a bit. The nutshell version is that there are now two Koha distributions included in the repository: 'squeeze' and 'squeeze-dev'. Squeeze will be updated only when koha has a version bump, most likely this'll be 3.2.1. Squueze-dev will be updated every week or so when the master branch is updated. So the 'squeeze' stable releases can be considered production ready. 'squeeze-dev' is for those who like to watch things break and get fixed again. The gritty details can be found here: http://wiki.koha-community.org/wiki/Koha_3.2_on_Debian_Squeeze And almost exactly 10 minutes after Chris mentioned it in his talk :) -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
Hello, I used repository 'squeeze' and package koha-common. When I tried to install there was an error: koha-create --create-db mylibrary awk: cannot open /etc/mysql/koha-common.cnf (No such file or directory) Do I also need package 'koha'? Ville -----Original Message----- From: Robin Sheat <robin@catalyst.net.nz> To: koha <koha@lists.katipo.co.nz> Sent: Mon, Oct 25, 2010 5:35 am Subject: [Koha] Package updates for 3.2.0 With the release of 3.2.0, I've upgraded the packages in the repository, and at the same time adjusted their layout a bit. The nutshell version is that there are now two Koha distributions included in the repository: 'squeeze' and 'squeeze-dev'. Squeeze will be updated only when koha has a version bump, most likely this'll be 3.2.1. Squueze-dev will be updated every week or so when the master branch is updated. So the 'squeeze' stable releases can be considered production ready. 'squeeze-dev' is for those who like to watch things break and get fixed again. The gritty details can be found here: http://wiki.koha-community.org/wiki/Koha_3.2_on_Debian_Squeeze
2010/11/10 <vthuhtala@netscape.net>:
Hello, I used repository 'squeeze' and package koha-common. When I tried to install there was an error:
koha-create --create-db mylibrary awk: cannot open /etc/mysql/koha-common.cnf (No such file or directory)
Do I also need package 'koha'?
You should not need to do that. This is as far as I got with the packages too, before I was distracted by other things... koha-common.README.Debian says to create /etc/mysql/koha-common.cnf to "set up a connection to a remote MySQL server": http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=debian/koha-common... The wiki says you have to edit /etc/koha/koha-sites.conf before running koha-create: http://wiki.koha-community.org/wiki/Debian#Quick_Start Hope that sets you off in the right direction... Regards, Magnus Enger libriotech.no
Magnus Enger schreef op do 11-11-2010 om 11:16 [+0100]:
koha-create --create-db mylibrary awk: cannot open /etc/mysql/koha-common.cnf (No such file or directory)
Make sure that you have mysql-server installed. I'm not 100% sure if links that up appropriately, if not, create it with content such as: [client] host = localhost user = root password = yourmysqlrootpassword -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
Can we expect an update to 3.2.1 soon in the deb squeeze repository? What is the proper way to upgrade if it does come out. Just apt-get update and apt-get upgrade, or is it more complicated than that? -- View this message in context: http://koha.1045719.n5.nabble.com/Package-updates-for-3-2-0-tp3234879p327786... Sent from the Koha - Discuss mailing list archive at Nabble.com.
GeorgeBarkley schreef op di 23-11-2010 om 19:53 [-0800]:
Can we expect an update to 3.2.1 soon in the deb squeeze repository? What is the proper way to upgrade if it does come out. Just apt-get update and apt-get upgrade, or is it more complicated than that?
Hi, I did see your email (I think it was yours, anyway) the other day. Currently I'm off at a conference in Australia, talking about Koha even, but when I'm back in the office next week I plan to make a 3.2.1 release. It should be just a matter of apt-get upgrade (although I would suggest testing it first anyway :) Robin.
GeorgeBarkley schreef op di 23-11-2010 om 19:53 [-0800]:
Can we expect an update to 3.2.1 soon in the deb squeeze repository? What is the proper way to upgrade if it does come out. Just apt-get update and apt-get upgrade, or is it more complicated than that?
These packages are now out. I've updated both squeeze (which is now 3.2.1) and squeeze-dev (which is tracking master.) -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
participants (4)
-
GeorgeBarkley -
Magnus Enger -
Robin Sheat -
vthuhtala@netscape.net